mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
don't make release public until finished
This commit is contained in:
parent
be8116e2ea
commit
f7f3ed1fa9
2 changed files with 9 additions and 1 deletions
8
.github/workflows/publish.yml
vendored
8
.github/workflows/publish.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue