From ae1b809bdc9df94b7329c1eb1c6b9e78638599a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Burzy=C5=84ski?= Date: Mon, 24 Jun 2024 11:37:08 +0200 Subject: [PATCH] fix: properly extract version minor in release bot --- .github/workflows/release-bot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-bot.yaml b/.github/workflows/release-bot.yaml index f51a1b854..0c362aff9 100644 --- a/.github/workflows/release-bot.yaml +++ b/.github/workflows/release-bot.yaml @@ -123,7 +123,7 @@ jobs: with: # NOTE: using the full ref name because # https://github.com/peterjgrainger/action-create-branch?tab=readme-ov-file#branch - branch: 'refs/heads/release/v${{ needs.semver.outputs.major }}.{{ needs.semver.outputs.minor }}.x' + branch: 'refs/heads/release/v${{ needs.semver.outputs.major }}.${{ needs.semver.outputs.minor }}.x' sha: '${{ github.sha }}' create-cherry-pick-branch-to-main: