mirror of
https://github.com/dtolnay/install.git
synced 2024-11-22 08:29:30 +01:00
Delete tag so that action-gh-release always creates it
This commit is contained in:
parent
4b88af5476
commit
4507de1760
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -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}}
|
||||
|
|
Loading…
Reference in a new issue