Skip to content

Commit

Permalink
Fix cargo publish step in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
jeparlefrancais committed Oct 20, 2023
1 parent bcadcd7 commit 3754d30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
- name: Publish crate
shell: bash
run: cargo publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

create-release:
needs: publish-crate
Expand Down

0 comments on commit 3754d30

Please sign in to comment.