Skip to content

Commit e75f547

Browse files
authored
Update release.yml
1 parent 6983799 commit e75f547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
set -x
2727
git fetch origin
28-
git checkout -B ${{ steps.decide_release_branch.outputs.branch }} origin/${{ steps.decide_release_branch.outputs.branch }}
28+
git checkout -B ${{ steps.decide_release_branch.outputs.branch }}
2929
git config --global user.email "alibuild@cern.ch"
3030
git config --global user.name "ALICE Action Bot"
3131
git tag ${{ github.event.inputs.tag }}

0 commit comments

Comments
 (0)