From 028ecb70c505dfc6e4174734165a843ea984d067 Mon Sep 17 00:00:00 2001 From: Meta Date: Mon, 28 Mar 2022 18:44:27 +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 | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/Alpha.yml b/.github/workflows/Alpha.yml index 813f209c..e2cbc88d 100644 --- a/.github/workflows/Alpha.yml +++ b/.github/workflows/Alpha.yml @@ -34,13 +34,11 @@ jobs: BINDIR: bin run: make -j releases - name: Delete old tag and release - uses: dev-drprasad/delete-tag-and-release@v0.2.0 + uses: cb80/delrel@latest with: - delete_release: false # default: false -# tag_name: alpha # tag name to delete - repo: / # target repo (optional). defaults to repo running this action - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + tag_name: alpha # tag name to delete +# env: +# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload Alpha uses: svenstaro/upload-release-action@v2