chore: modify github workflows
This commit is contained in:
parent
e0bec5ad2b
commit
dc0dc1cfe1
9
.github/workflows/release.yaml
vendored
9
.github/workflows/release.yaml
vendored
@ -35,15 +35,6 @@ jobs:
|
|||||||
BINDIR: bin
|
BINDIR: bin
|
||||||
run: make -j releases
|
run: make -j releases
|
||||||
|
|
||||||
- name: Delete current release assets
|
|
||||||
uses: andreaswilli/delete-release-assets-action@v2.0.0
|
|
||||||
with:
|
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
tag: beta
|
|
||||||
deleteOnlyFromDrafts: false
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- name: Upload Alpha
|
- name: Upload Alpha
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
if: ${{ success() && startsWith(github.ref, 'refs/tags/')}}
|
if: ${{ success() && startsWith(github.ref, 'refs/tags/')}}
|
||||||
|
Reference in New Issue
Block a user