From 97d683541d8ae53186cf8b51823def8ed7907c74 Mon Sep 17 00:00:00 2001 From: Tunglies Date: Mon, 3 Mar 2025 00:16:17 +0800 Subject: [PATCH] Revert "chore: alpha ci should remove old builds" This reverts commit 9f7ffb80e1b74fdb91b92f5d56f0bad399948f76. --- .github/workflows/alpha.yml | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index e77166a8..d2add9cf 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -207,15 +207,6 @@ jobs: echo "VERSION=$(cat package.json | jq '.version' | tr -d '"')" >> $GITHUB_ENV echo "BUILDTIME=$(TZ=Asia/Shanghai date)" >> $GITHUB_ENV - - name: Delete Old Release - uses: ncipollo/release-action@v1.16.0 - with: - tag: alpha - removeArtifacts: true - allowUpdates: false - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Upload Release uses: softprops/action-gh-release@v2 with: @@ -308,15 +299,6 @@ jobs: Rename-Item $file.FullName $newName } - - name: Delete Old Release - uses: ncipollo/release-action@v1.16.0 - with: - tag: alpha - removeArtifacts: true - allowUpdates: false - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Upload Release uses: softprops/action-gh-release@v2 with: @@ -384,15 +366,6 @@ jobs: Created at ${{ env.BUILDTIME }}. EOF - - name: Delete Old Release - uses: ncipollo/release-action@v1.16.0 - with: - tag: alpha - removeArtifacts: true - allowUpdates: false - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Upload Release uses: softprops/action-gh-release@v2 with: