Skip to content

Commit

Permalink
chore: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pxseu committed Oct 17, 2023
1 parent 7673fbc commit ed1bd6c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,7 @@ jobs:
components: rustfmt, clippy

- name: Login to Crates
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
run: cargo login
run: cargo login ${{ secrets.CARGO_REGISTRY_TOKEN }}

- name: Publish Crates
run: cargo publish --locked --no-verify
Expand Down

0 comments on commit ed1bd6c

Please sign in to comment.