Skip to content

Commit

Permalink
Add --execute falg to cargo release (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
Veetaha authored Nov 25, 2023
1 parent 72d059f commit 3560c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,6 @@ jobs:
# No idea why this happens, but let's just keep a single cargo release
# to avoid this issue and to simplify the workflow, because the problem
# we tried to protect against is not that likely to happen anyway.
- run: cargo release publish --no-confirm --no-verify --allow-branch '*'
- run: cargo release publish --execute --no-confirm --no-verify --allow-branch '*'
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}

0 comments on commit 3560c23

Please sign in to comment.