Skip to content

Commit

Permalink
v5-09-60 from master
Browse files Browse the repository at this point in the history
  • Loading branch information
singiamtel authored Sep 26, 2024
1 parent 5090dec commit 6616200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Decide which branch to use
run: |
case "$TAG" in
v5-09-59*) echo branch=master ;;
v5-09-60*) echo branch=master ;;
*) echo "branch=$(echo "$TAG-patches" | sed -r 's/[a-z]+-01-patches$/-01-patches/')" ;;
esac >> "$GITHUB_OUTPUT"
id: decide_release_branch
Expand Down

0 comments on commit 6616200

Please sign in to comment.