mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
fix release-build.yml
: Explicitly set release_name to the same as tag (#1181)
Fixed #699 Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
f231f93976
commit
3d81c147be
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release-build.yml
vendored
1
.github/workflows/release-build.yml
vendored
|
@ -86,6 +86,7 @@ jobs:
|
||||||
uses: svenstaro/upload-release-action@v2
|
uses: svenstaro/upload-release-action@v2
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
release_name: v${{ fromJSON(inputs.publish).version }}
|
||||||
tag: v${{ fromJSON(inputs.publish).version }}
|
tag: v${{ fromJSON(inputs.publish).version }}
|
||||||
body: ${{ fromJSON(inputs.publish).notes }}
|
body: ${{ fromJSON(inputs.publish).notes }}
|
||||||
file: packages/cargo-binstall-*
|
file: packages/cargo-binstall-*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue