Преглед изворни кода

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 }}