We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c47256 commit 17d85c8Copy full SHA for 17d85c8
1 file changed
.github/workflows/promote.yml
@@ -139,6 +139,7 @@ jobs:
139
gh release edit ${{ inputs.tag_name }} \
140
--tag ${{ inputs.final_tag }} \
141
--title "${{ inputs.release_name }} (${{ needs.prepare-build-info.outputs.APP_VERSION_CODE }})" \
142
+ --draft=false \
143
--prerelease=${{ inputs.channel != 'production' }}
144
145
- name: Notify Discord
0 commit comments