Skip to content

Commit

Permalink
v5-09-60 from master
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf authored Sep 26, 2024
1 parent f00f490 commit 3bf76e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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]+-patches$/-patches/')" ;;
esac >> "$GITHUB_OUTPUT"
id: decide_release_branch
Expand Down

0 comments on commit 3bf76e5

Please sign in to comment.