Skip to content

Commit

Permalink
Fix AliPhysics branch name for v5-09-*-patches branches
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoWilken committed Dec 1, 2023
1 parent d0dd0a5 commit de9fe4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-patch-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
case "$TAG" in
v5-09-59*) echo branch=master ;;
*) echo "branch=$(echo "AliPhysics-$TAG-patches" | sed -r 's/[a-z]+-01-patches$/-01-patches/')" ;;
*) echo "branch=$(echo "AliPhysics-$TAG-01-patches" | sed -r 's/[a-z]+-01-patches$/-01-patches/')" ;;
esac >> "$GITHUB_OUTPUT"
env:
TAG: ${{ github.event.inputs.tag }}
Expand Down

0 comments on commit de9fe4c

Please sign in to comment.