We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edafc57 commit b2618e2Copy full SHA for b2618e2
.github/workflows/release.yml
@@ -37,6 +37,6 @@ jobs:
37
run: cargo install --version 0.25.17 cargo-release
38
- name: Run cargo release
39
# TODO: Uncomment this after testing
40
- # run: cargo release ${{ (!github.event.inputs.dry_run) && '--execute' || '' }} --no-confirm ${{ github.event.inputs.level }}
+ # run: cargo release ${{ github.event.inputs.level }} ${{ github.event.inputs.dry_run && '--no-push' || '' }} ${{ github.event.inputs.dry_run && '--no-publish' || '' }} --no-confirm --execute
41
# TODO: Remove this after testing
42
- run: cargo release major
+ run: cargo release major --no-push --no-publish --no-confirm --execute
0 commit comments