Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf authored Sep 22, 2020
1 parent 6983799 commit e75f547
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 @@ -25,7 +25,7 @@ jobs:
run: |
set -x
git fetch origin
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 }}
git config --global user.email "[email protected]"
git config --global user.name "ALICE Action Bot"
git tag ${{ github.event.inputs.tag }}
Expand Down

0 comments on commit e75f547

Please sign in to comment.