mirror of
https://github.com/dtolnay/install.git
synced 2024-11-22 08:29:30 +01:00
Change target_commitish from github.ref to github.sha
This commit is contained in:
parent
d642d2aa21
commit
cd0f42e68d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
||||||
- uses: softprops/action-gh-release@v1
|
- uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
tag_name: ${{inputs.crate}}
|
tag_name: ${{inputs.crate}}
|
||||||
target_commitish: ${{github.ref}}
|
target_commitish: ${{github.sha}}
|
||||||
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