Skip to content

Commit

Permalink
Clobber any existing tags in local with tags fetched from remote
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavamit committed Oct 11, 2022
1 parent 4af6119 commit 23c5546
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 @@ -32,7 +32,7 @@ jobs:
set -euxo pipefail
cd ${{ github.workspace }}
git config gpg.ssh.allowedSignersFile ./config/allowed_release_signers
git fetch --tags
git fetch --tags -f
git tag -v ${{ github.ref_name }}
- name: "Build"
run: |
Expand Down

0 comments on commit 23c5546

Please sign in to comment.