mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-22 05:28:42 +00:00
Fix name of release (#723)
This commit is contained in:
parent
18cc651713
commit
ba91777faf
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release-build.yml
vendored
1
.github/workflows/release-build.yml
vendored
|
@ -101,6 +101,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
tag: v${{ fromJSON(inputs.publish).version }}
|
tag: v${{ fromJSON(inputs.publish).version }}
|
||||||
|
release_name: v${{ fromJSON(inputs.publish).version }}
|
||||||
body: ${{ fromJSON(inputs.publish).notes }}
|
body: ${{ fromJSON(inputs.publish).notes }}
|
||||||
file: packages/cargo-binstall-universal-*
|
file: packages/cargo-binstall-universal-*
|
||||||
file_glob: true
|
file_glob: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue