From 4e0b22f42de504b4db2c69fc4e2fd6aad183c694 Mon Sep 17 00:00:00 2001 From: Meta Date: Mon, 28 Mar 2022 18:41:30 +0800 Subject: [PATCH] =?UTF-8?q?[Chore]=E8=B0=83=E6=95=B4workflows=E6=B5=81?= =?UTF-8?q?=E7=A8=8B2?= 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 b7296cbe..813f209c 100644 --- a/.github/workflows/Alpha.yml +++ b/.github/workflows/Alpha.yml @@ -37,7 +37,7 @@ jobs: uses: dev-drprasad/delete-tag-and-release@v0.2.0 with: delete_release: false # default: false - tag_name: alpha # tag name to delete +# tag_name: alpha # tag name to delete repo: / # target repo (optional). defaults to repo running this action env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}