don't make release public until finished

This commit is contained in:
Brendan Allan 2025-12-16 22:51:31 +08:00
parent be8116e2ea
commit f7f3ed1fa9
No known key found for this signature in database
GPG key ID: 41E835AEA046A32E
2 changed files with 9 additions and 1 deletions

View file

@ -197,3 +197,11 @@ jobs:
releaseId: ${{ needs.publish.outputs.releaseId }}
tagName: ${{ needs.publish.outputs.tagName }}
releaseAssetNamePattern: opencode-desktop-[platform]-[arch][ext]
publish-release:
needs:
- publish
- publish-tauri
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- run: gh release edit ${{ steps.publish.outputs.tagName }} --draft=false