mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 15:16:37 +00:00
Update .github/workflows/release-cli.yml
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
03d3166174
commit
617d723302
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release-cli.yml
vendored
2
.github/workflows/release-cli.yml
vendored
|
@ -122,7 +122,7 @@ jobs:
|
||||||
|
|
||||||
- if: fromJSON(inputs.info).is-release == 'true'
|
- if: fromJSON(inputs.info).is-release == 'true'
|
||||||
name: Make release latest
|
name: Make release latest
|
||||||
run: gh release edit v${{ fromJSON(inputs.info).version }} --latest
|
run: gh release edit v${{ fromJSON(inputs.info).version }} --latest --draft=false
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue