mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-09 16:11:20 +02:00
Update workflow
This commit is contained in:
parent
bd0cf04d27
commit
563eaa218d
1 changed files with 3 additions and 1 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -82,7 +82,9 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
gh release delete "${{ env.TAG_NAME }}"
|
gh release delete "${{ env.TAG_NAME }}" --cleanup-tag -y || true
|
||||||
|
|
||||||
|
|
||||||
echo '### `${{ env.BRANCH_NAME }}` development build
|
echo '### `${{ env.BRANCH_NAME }}` development build
|
||||||
|
|
||||||
This pre-release tracks the development build of Wholphin from the `${{ env.BRANCH_NAME }}` unstable branch.
|
This pre-release tracks the development build of Wholphin from the `${{ env.BRANCH_NAME }}` unstable branch.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue