Skip to content

Commit

Permalink
try to fix cargo publish issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sklose committed Jun 5, 2023
1 parent cff4199 commit e6a3e92
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,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 e6a3e92

Please sign in to comment.