Skip to content

Commit

Permalink
Fix rust crate publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
amadejkastelic committed Oct 30, 2024
1 parent 9f0f522 commit 592758f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
override: true
- run: cargo publish --token ${CARGO_REGISTRY_TOKEN}
env:
CRATES_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit 592758f

Please sign in to comment.