From efbede8ca1d2bf425007cd352b37053ecc1e2d9b Mon Sep 17 00:00:00 2001 From: tsosunchia <59512455+tsosunchia@users.noreply.github.com> Date: Wed, 14 Jun 2023 22:16:38 +0800 Subject: [PATCH] Update build.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit actions运作发版时,先存储为draft --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 03bbb00..13c5c1c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -145,7 +145,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/v') uses: softprops/action-gh-release@v1 with: # 将下述可执行文件 release 上去 - draft: false # Release草稿 + draft: true # Release草稿 files: | dist/* env: