mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix(release): publish GitHub release on promotion instead of staying draft (#5094)
This commit is contained in:
parent
5c47256b3f
commit
17d85c88c4
1 changed files with 1 additions and 0 deletions
1
.github/workflows/promote.yml
vendored
1
.github/workflows/promote.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue