mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2024-11-27 17:40:50 +01:00
infra: enable omitDraftDuringUpdate for release-action
This commit is contained in:
parent
6b6176afe1
commit
509f0c6c5f
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"
|
artifacts: "release_output/*.tar.gz,release_output/*.zip"
|
||||||
tag: ${{ steps.version_info.outputs.build_version }}
|
tag: ${{ steps.version_info.outputs.build_version }}
|
||||||
makeLatest: "true"
|
makeLatest: "true"
|
||||||
|
omitDraftDuringUpdate: true
|
||||||
omitBody: true
|
omitBody: true
|
||||||
omitBodyDuringUpdate: true
|
omitBodyDuringUpdate: true
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
@ -207,6 +208,7 @@ jobs:
|
|||||||
artifacts: "publish_ava/*.tar.gz, publish_headless/*.tar.gz"
|
artifacts: "publish_ava/*.tar.gz, publish_headless/*.tar.gz"
|
||||||
tag: ${{ steps.version_info.outputs.build_version }}
|
tag: ${{ steps.version_info.outputs.build_version }}
|
||||||
makeLatest: "true"
|
makeLatest: "true"
|
||||||
|
omitDraftDuringUpdate: true
|
||||||
omitBody: true
|
omitBody: true
|
||||||
omitBodyDuringUpdate: true
|
omitBodyDuringUpdate: true
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
|
Loading…
Reference in New Issue
Block a user