Skip to content

Commit 4ff1020

Browse files
committed
Don't tag dry-run releases
1 parent 94a7bc3 commit 4ff1020

12 files changed

+349425
-295097
lines changed

.github/workflows/branch-bump-tag-crates.yml

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
- uses: eclipse-zenoh/ci/bump-crates@main
7979
with:
8080
repo: ${{ inputs.repo }}
81+
live-run: ${{ inputs.live-run }}
8182
path: ${{ inputs.path }}
8283
version: ${{ steps.create-release-branch.outputs.version }}
8384
branch: ${{ steps.create-release-branch.outputs.branch }}

bump-crates/action.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Bump crates
33
inputs:
44
version:
55
required: true
6+
live-run:
7+
required: false
68
branch:
79
required: true
810
repo:

0 commit comments

Comments
 (0)