From 705311b70eddcd66ebe05da4e16fc74044a3e725 Mon Sep 17 00:00:00 2001 From: Meta Date: Mon, 28 Mar 2022 20:52:09 +0800 Subject: [PATCH] =?UTF-8?q?[Chore]=E4=BF=AE=E6=94=B9workflows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/alpha.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 6f8f8049..4e4efc72 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -49,7 +49,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload Alpha - uses: svenstaro/action-gh-release@v1 + uses: softprops/action-gh-release@v1 if: ${{ env.GIT_BRANCH != 'Meta' && success() }} with: tag: ${{ github.ref }}