We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad0bbe commit 0f2cde6Copy full SHA for 0f2cde6
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Decide which branch to use
23
run: |
24
case "$TAG" in
25
- v5-09-60*) echo branch=master ;;
+ v5-09-62*) echo branch=master ;;
26
*) echo "branch=$(echo "$TAG-patches" | sed -r 's/[a-z]+-01-patches$/-01-patches/')" ;;
27
esac >> "$GITHUB_OUTPUT"
28
id: decide_release_branch
0 commit comments