Skip to content

Commit

Permalink
Use --token
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <[email protected]>
  • Loading branch information
notgull committed Jan 28, 2024
1 parent 3f47ee8 commit 1e5361e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@ jobs:
branch: master
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
- run: |
cargo login ${{ secrets.CRATES_IO_API_TOKEN }}
cargo publish
- name: Publish to crates.io
run: cargo publish --token ${{ secrets.CRATES_IO_API_TOKEN }}

0 comments on commit 1e5361e

Please sign in to comment.