Skip to content

Commit

Permalink
release: git fetch all tag with force to avoid "would clobber existin…
Browse files Browse the repository at this point in the history
…g tag"
  • Loading branch information
PeterPaul-Perfana committed May 7, 2024
1 parent 846663b commit a39d340
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 @@ -29,7 +29,7 @@ jobs:
# if no tag exists, this is expected to fail
- name: Switch to git tag for release
run: |
git fetch --all --tags
git fetch --all --tags -f
git checkout tags/${{ env.TAG_NAME }} -b ${{ env.TAG_NAME }}-tmp-branch
- name: Set up JDK 11
Expand Down

0 comments on commit a39d340

Please sign in to comment.