fix(release): publish GitHub release on promotion instead of staying draft (#5094)

This commit is contained in:
James Rich 2026-04-12 16:04:13 -05:00 committed by GitHub
parent 5c47256b3f
commit 17d85c88c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -139,6 +139,7 @@ jobs:
gh release edit ${{ inputs.tag_name }} \
--tag ${{ inputs.final_tag }} \
--title "${{ inputs.release_name }} (${{ needs.prepare-build-info.outputs.APP_VERSION_CODE }})" \
--draft=false \
--prerelease=${{ inputs.channel != 'production' }}
- name: Notify Discord