summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-12-16 17:17:06 -0500
committerDax Raad <[email protected]>2025-12-16 17:17:06 -0500
commit29aaf4f0000d4f917557aad590a9cdbc4bf015d5 (patch)
tree6e2e053bced2c820ec94f8c7e0d4d1578ea82dee
parentfc940dfcfb8d265a3cb0f678fa5228fbe6ad61c2 (diff)
downloadopencode-29aaf4f0000d4f917557aad590a9cdbc4bf015d5.tar.gz
opencode-29aaf4f0000d4f917557aad590a9cdbc4bf015d5.zip
ci: fix release draft configuration to prevent automatic draft flag
-rw-r--r--.github/workflows/publish.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index afc23a81f..6b26e4421 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -211,6 +211,6 @@ jobs:
fetch-depth: 0
ref: ${{ needs.publish.outputs.tagName }}
- - run: gh release edit ${{ steps.publish.outputs.tagName }} --draft=false
+ - run: gh release edit ${{ needs.publish.outputs.tagName }} --draft=false
env:
GH_TOKEN: ${{ github.token }}