From 23c5546a0d28d505afc567af781822d77ff12ed9 Mon Sep 17 00:00:00 2001 From: Yoav Amit Date: Tue, 11 Oct 2022 03:33:35 -0400 Subject: [PATCH] Clobber any existing tags in local with tags fetched from remote --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8786818..3dd0ba5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: |