From 2608ea96e91cafef82d9fa16aef5ed6dc6e48af1 Mon Sep 17 00:00:00 2001 From: PrzemyslawSwiderski Date: Wed, 1 May 2024 18:16:37 +0200 Subject: [PATCH] release workflow updates --- .github/workflows/post-release-updates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/post-release-updates.yml b/.github/workflows/post-release-updates.yml index 72b1cec..54d3462 100644 --- a/.github/workflows/post-release-updates.yml +++ b/.github/workflows/post-release-updates.yml @@ -50,7 +50,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - VERSION="${{ steps.currentVersion.outputs.pluginVersion }}" + VERSION="${{ inputs.release-version }}" BRANCH="post-release-update-$VERSION" LABEL="post release update"