Skip to content

Commit

Permalink
fix: properly extract version minor in release bot (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
czeslavo authored Jun 24, 2024
1 parent 0ed5c4c commit 7d1112a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7d1112a

Please sign in to comment.