mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 07:07:32 +08:00
fix(Actions): Remove previous nightlies
This commit is contained in:
parent
1071c388b6
commit
6a4c1b0c36
8
.github/workflows/nightly.yml
vendored
8
.github/workflows/nightly.yml
vendored
@ -84,6 +84,14 @@ jobs:
|
|||||||
echo "::set-output name=build_sha::$(cat sha256.checksum)"
|
echo "::set-output name=build_sha::$(cat sha256.checksum)"
|
||||||
cat sha256.checksum
|
cat sha256.checksum
|
||||||
|
|
||||||
|
- name: Remove previous Nightly
|
||||||
|
uses: dev-drprasad/delete-tag-and-release@v0.2.0
|
||||||
|
with:
|
||||||
|
delete_release: true
|
||||||
|
tag_name: nightly
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Nightly Release
|
- name: Nightly Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user