Skip to content

Commit

Permalink
Fix CI rule
Browse files Browse the repository at this point in the history
  • Loading branch information
vbkaisetsu committed Jul 7, 2022
1 parent 3e03563 commit 2916ffe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,5 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: publish
args: --token ${CRATES_TOKEN}
env:
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_TOKEN }}

0 comments on commit 2916ffe

Please sign in to comment.