From 6e99aa04aa0549096a165e7fd0e3f8cf0065e700 Mon Sep 17 00:00:00 2001 From: yicheng <11733500+yichengchen@users.noreply.github.com> Date: Tue, 22 Mar 2022 19:49:20 +0800 Subject: [PATCH] ci: draft release --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4d6910b..f77dcc6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -87,8 +87,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: files: ClashX.dmg - # draft: true - # prerelease: true + draft: true + prerelease: true - name: update gitpage if: startsWith(github.ref, 'refs/tags/')