Skip to content

Commit 17d85c8

Browse files
authored
fix(release): publish GitHub release on promotion instead of staying draft (#5094)
1 parent 5c47256 commit 17d85c8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/promote.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ jobs:
139139
gh release edit ${{ inputs.tag_name }} \
140140
--tag ${{ inputs.final_tag }} \
141141
--title "${{ inputs.release_name }} (${{ needs.prepare-build-info.outputs.APP_VERSION_CODE }})" \
142+
--draft=false \
142143
--prerelease=${{ inputs.channel != 'production' }}
143144
144145
- name: Notify Discord

0 commit comments

Comments
 (0)