Skip to content

Commit

Permalink
Don't tag dry-run releases
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Oct 23, 2024
1 parent 94a7bc3 commit 4ff1020
Show file tree
Hide file tree
Showing 12 changed files with 349,425 additions and 295,097 deletions.
1 change: 1 addition & 0 deletions .github/workflows/branch-bump-tag-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
- uses: eclipse-zenoh/ci/bump-crates@main
with:
repo: ${{ inputs.repo }}
live-run: ${{ inputs.live-run }}
path: ${{ inputs.path }}
version: ${{ steps.create-release-branch.outputs.version }}
branch: ${{ steps.create-release-branch.outputs.branch }}
Expand Down
2 changes: 2 additions & 0 deletions bump-crates/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Bump crates
inputs:
version:
required: true
live-run:
required: false
branch:
required: true
repo:
Expand Down
Loading

0 comments on commit 4ff1020

Please sign in to comment.