From 5a7b9bdf4592ebd8a337a9b7b7b1252c02c2d536 Mon Sep 17 00:00:00 2001 From: Meta Date: Mon, 28 Mar 2022 18:49:24 +0800 Subject: [PATCH] =?UTF-8?q?[Chore]=E8=B0=83=E8=AF=95workflows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/delete.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/delete.yaml diff --git a/.github/workflows/delete.yaml b/.github/workflows/delete.yaml new file mode 100644 index 00000000..c1374b03 --- /dev/null +++ b/.github/workflows/delete.yaml @@ -0,0 +1,18 @@ +name: Delete Release Assets + +on: push + +jobs: + deleteReleaseAssets: + runs-on: ubuntu-latest + + steps: + - name: Check out Git repository + uses: actions/checkout@v1 + + - name: Delete current release assets + uses: andreaswilli/delete-release-assets-action@ + with: + github_token: ${{ secrets.GITHUB_TOKEN }} +# tagPrefix: v + tag: alpha \ No newline at end of file