From b03cca3de8aad5c5d328f714831220f348ae5851 Mon Sep 17 00:00:00 2001 From: gVisor bot Date: Mon, 28 Mar 2022 17:07:11 +0800 Subject: [PATCH] =?UTF-8?q?[Chore]=E8=B0=83=E6=95=B4workflows=E6=B5=81?= =?UTF-8?q?=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Alpha.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Alpha.yml b/.github/workflows/Alpha.yml index 7f1e54ff..b7296cbe 100644 --- a/.github/workflows/Alpha.yml +++ b/.github/workflows/Alpha.yml @@ -33,10 +33,10 @@ jobs: NAME: Clash.Meta BINDIR: bin run: make -j releases - - - uses: dev-drprasad/delete-tag-and-release@v0.2.0 + - name: Delete old tag and release + uses: dev-drprasad/delete-tag-and-release@v0.2.0 with: - delete_release: true # default: false + delete_release: false # default: false tag_name: alpha # tag name to delete repo: / # target repo (optional). defaults to repo running this action env: