From 7d1112adbbe0306ec5911f9aac3c91352353c231 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Burzy=C5=84ski?= Date: Mon, 24 Jun 2024 11:49:31 +0200 Subject: [PATCH] fix: properly extract version minor in release bot (#368) --- .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: