瀏覽代碼

ci: fix release draft configuration to prevent automatic draft flag

Dax Raad 2 月之前
父節點
當前提交
29aaf4f000
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/publish.yml

+ 1 - 1
.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 }}