mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2024-11-23 02:25:12 +00:00
infra: enable omitDraftDuringUpdate for release-action
This commit is contained in:
parent
6b6176afe1
commit
509f0c6c5f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -140,6 +140,7 @@ jobs:
|
|||
artifacts: "release_output/*.tar.gz,release_output/*.zip"
|
||||
tag: ${{ steps.version_info.outputs.build_version }}
|
||||
makeLatest: "true"
|
||||
omitDraftDuringUpdate: true
|
||||
omitBody: true
|
||||
omitBodyDuringUpdate: true
|
||||
allowUpdates: true
|
||||
|
@ -207,6 +208,7 @@ jobs:
|
|||
artifacts: "publish_ava/*.tar.gz, publish_headless/*.tar.gz"
|
||||
tag: ${{ steps.version_info.outputs.build_version }}
|
||||
makeLatest: "true"
|
||||
omitDraftDuringUpdate: true
|
||||
omitBody: true
|
||||
omitBodyDuringUpdate: true
|
||||
allowUpdates: true
|
||||
|
|
Loading…
Reference in a new issue