浏览代码

ci: set release as draft by default

JustSong 2 年之前
父节点
当前提交
ccf131037b
共有 3 个文件被更改,包括 3 次插入0 次删除
  1. 1 0
      .github/workflows/linux-release.yml
  2. 1 0
      .github/workflows/macos-release.yml
  3. 1 0
      .github/workflows/windows-release.yml

+ 1 - 0
.github/workflows/linux-release.yml

@@ -43,5 +43,6 @@ jobs:
           files: |
             message-pusher
             message-pusher-arm64
+          draft: true
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

+ 1 - 0
.github/workflows/macos-release.yml

@@ -36,5 +36,6 @@ jobs:
         if: startsWith(github.ref, 'refs/tags/')
         with:
           files: message-pusher-macos
+          draft: true
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

+ 1 - 0
.github/workflows/windows-release.yml

@@ -39,5 +39,6 @@ jobs:
         if: startsWith(github.ref, 'refs/tags/')
         with:
           files: message-pusher.exe
+          draft: true
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}