Skip to content

Commit

Permalink
Fix crates.io API token name in GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
guywaldman committed Jul 19, 2024
1 parent daeb5d2 commit eb892d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
toolchain: stable
override: true
- name: Publish to crates.io
run: cargo publish --token ${{ secrets.CRATES_IO_TOKEN }}
run: cargo publish --token ${{ secrets.CRATES_IO_API_TOKEN }}

0 comments on commit eb892d6

Please sign in to comment.