mirror of
https://github.com/dtolnay/install.git
synced 2024-11-22 16:29:32 +01:00
Try to place tag on the same commit that triggered build
This commit is contained in:
parent
713f17fd49
commit
c9b0cb7667
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -32,6 +32,7 @@ jobs:
|
|||
- uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
tag_name: ${{inputs.crate}}
|
||||
target_commitish: ${{github.ref}}
|
||||
files: |
|
||||
${{steps.which.outputs.which}}
|
||||
${{inputs.bin || inputs.crate}}.sig
|
||||
|
|
Loading…
Reference in a new issue