mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-04 20:27:33 +08:00
Revert "chore: alpha ci should remove old builds"
This reverts commit 9f7ffb80e1b74fdb91b92f5d56f0bad399948f76.
This commit is contained in:
parent
9f7ffb80e1
commit
97d683541d
27
.github/workflows/alpha.yml
vendored
27
.github/workflows/alpha.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user