Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanEmreis authored Oct 4, 2024
1 parent ec6947b commit 0340e0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- name: Run tests
run: cargo test --verbose
- uses: katyo/publish-crates@v2
- name: Publish
with:
registry-token: ${{ secrets.cratesio.CARGO_REGISTRY_TOKEN }}
token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
ignore-unpublished-changes: true

0 comments on commit 0340e0f

Please sign in to comment.