mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-25 06:40:03 +00:00
Use release-meta action instead of parsing commits (#675)
This commit is contained in:
parent
02484327c1
commit
9821caa6d0
4 changed files with 25 additions and 55 deletions
4
.github/workflows/release-build.yml
vendored
4
.github/workflows/release-build.yml
vendored
|
@ -102,8 +102,8 @@ jobs:
|
|||
name: Publish release
|
||||
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844
|
||||
with:
|
||||
tag_name: ${{ fromJSON(inputs.publish).version }}
|
||||
name: ${{ fromJSON(inputs.publish).version }}
|
||||
tag_name: v${{ fromJSON(inputs.publish).version }}
|
||||
name: v${{ fromJSON(inputs.publish).version }}
|
||||
body: ${{ fromJSON(inputs.publish).notes }}
|
||||
append_body: false
|
||||
files: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue