mirror of
https://github.com/dtolnay/install.git
synced 2024-11-25 17:39:33 +01:00
Tell action-gh-release what tag to release
This commit is contained in:
parent
c48d5eecf2
commit
713f17fd49
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -31,6 +31,7 @@ jobs:
|
||||||
- run: gpg --no-default-keyring --keyring ./signing-key.gpg --verify ${{inputs.bin || inputs.crate}}.sig ${{steps.which.outputs.which}}
|
- run: gpg --no-default-keyring --keyring ./signing-key.gpg --verify ${{inputs.bin || inputs.crate}}.sig ${{steps.which.outputs.which}}
|
||||||
- uses: softprops/action-gh-release@v1
|
- uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
|
tag_name: ${{inputs.crate}}
|
||||||
files: |
|
files: |
|
||||||
${{steps.which.outputs.which}}
|
${{steps.which.outputs.which}}
|
||||||
${{inputs.bin || inputs.crate}}.sig
|
${{inputs.bin || inputs.crate}}.sig
|
||||||
|
|
Loading…
Reference in a new issue