Skip to content

Commit

Permalink
chore: pass token in publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
negezor committed Apr 10, 2024
1 parent dd0e522 commit b0d2238
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,5 @@ jobs:
uses: actions/checkout@v4
- name: Install rust
uses: dtolnay/rust-toolchain@stable
- name: Run cargo login
run: cargo login ${{ secrets.CRATES_IO_TOKEN }}
- name: Run cargo publish
run: cargo publish
run: cargo publish --token ${{ secrets.CRATES_IO_TOKEN }}

0 comments on commit b0d2238

Please sign in to comment.