mirror of
https://github.com/dtolnay/install.git
synced 2024-11-22 08:29:30 +01:00
Fix typo in branch delete step
This commit is contained in:
parent
e6ff5751b5
commit
66548cefd2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -39,7 +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
|
||||
- run: git push origin :refs/tags/${{inputs.crate}} || true
|
||||
- uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
tag_name: ${{inputs.crate}}
|
||||
|
|
Loading…
Reference in a new issue