Skip to content

Commit

Permalink
Update manual-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rouzwelt authored Jul 5, 2024
1 parent 059fc19 commit c880e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
git config --global user.name "GitHub Actions"
- name: Publish to crates.io
run: nix develop --command cargo release --no-confirm
run: nix develop --command cargo release --no-confirm --execute
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit c880e4b

Please sign in to comment.