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 6983799 commit e75f547Copy full SHA for e75f547
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
run: |
26
set -x
27
git fetch origin
28
- git checkout -B ${{ steps.decide_release_branch.outputs.branch }} origin/${{ steps.decide_release_branch.outputs.branch }}
+ git checkout -B ${{ steps.decide_release_branch.outputs.branch }}
29
git config --global user.email "alibuild@cern.ch"
30
git config --global user.name "ALICE Action Bot"
31
git tag ${{ github.event.inputs.tag }}
0 commit comments