Skip to content

Commit b2618e2

Browse files
committed
ci: bump the version locally in dry run
1 parent edafc57 commit b2618e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
run: cargo install --version 0.25.17 cargo-release
3838
- name: Run cargo release
3939
# TODO: Uncomment this after testing
40-
# run: cargo release ${{ (!github.event.inputs.dry_run) && '--execute' || '' }} --no-confirm ${{ github.event.inputs.level }}
40+
# run: cargo release ${{ github.event.inputs.level }} ${{ github.event.inputs.dry_run && '--no-push' || '' }} ${{ github.event.inputs.dry_run && '--no-publish' || '' }} --no-confirm --execute
4141
# TODO: Remove this after testing
42-
run: cargo release major
42+
run: cargo release major --no-push --no-publish --no-confirm --execute

0 commit comments

Comments
 (0)