From 4507de176046e4c4704422b0feab8672227af035 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 26 Jun 2022 11:54:28 -0700 Subject: [PATCH] Delete tag so that action-gh-release always creates it --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 26c11de..db5b44f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,6 +39,7 @@ jobs: - run: gpg --output ${{inputs.bin || inputs.crate}}.sig --detach-sig ${{steps.which.outputs.which}} - run: gpg --output signing-key.gpg --dearmor signing-key.asc - run: gpg --no-default-keyring --keyring ./signing-key.gpg --verify ${{inputs.bin || inputs.crate}}.sig ${{steps.which.outputs.which}} + - run: git push origin :refs/tags/${{input.crate}} || true - uses: softprops/action-gh-release@v1 with: tag_name: ${{inputs.crate}}