فهرست منبع

ci: fix release draft configuration to prevent automatic draft flag

Dax Raad 3 ماه پیش
والد
کامیت
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
           fetch-depth: 0
           ref: ${{ needs.publish.outputs.tagName }}
           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:
         env:
           GH_TOKEN: ${{ github.token }}
           GH_TOKEN: ${{ github.token }}