From 5cc74647e72f23405610fc6336a5318d863531f9 Mon Sep 17 00:00:00 2001 From: Mahmoud Mazouz Date: Wed, 23 Oct 2024 17:44:09 +0200 Subject: [PATCH] Add `live-run` input to `bump-crates` (#1561) --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 28148d0969..41eaff42b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,6 +52,7 @@ jobs: - uses: eclipse-zenoh/ci/bump-crates@main with: repo: ${{ github.repository }} + live-run: ${{ inputs.live-run || false }} version: ${{ steps.create-release-branch.outputs.version }} branch: ${{ steps.create-release-branch.outputs.branch }} bump-deps-pattern: zenoh.*