Skip to content

Commit

Permalink
chore(actions): setup release action to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
rivnakm committed Jun 3, 2023
1 parent 8b075e3 commit d59440c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Cargo publish
uses: actions-rs/cargo@v1
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
with:
command: publish
args: --allow-dirty --no-verify --dry-run
args: --allow-dirty --no-verify

0 comments on commit d59440c

Please sign in to comment.