mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-22 02:29:19 +01:00
Disable release tag deletion
This commit is contained in:
parent
15bca14b98
commit
5ef09def69
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@ -68,13 +68,13 @@ jobs:
|
|||||||
name: SC64
|
name: SC64
|
||||||
path: ./output/sc64menu.n64
|
path: ./output/sc64menu.n64
|
||||||
|
|
||||||
- name: Delete rolling-release tag and release
|
# - name: Delete rolling-release tag and release
|
||||||
uses: dev-drprasad/delete-tag-and-release@v1.0
|
# uses: dev-drprasad/delete-tag-and-release@v1.0
|
||||||
if: github.ref == 'refs/heads/main'
|
# if: github.ref == 'refs/heads/main'
|
||||||
with:
|
# with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
# github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
tag_name: rolling-release
|
# tag_name: rolling-release
|
||||||
continue-on-error: true
|
# continue-on-error: true
|
||||||
|
|
||||||
- name: Upload rolling release
|
- name: Upload rolling release
|
||||||
uses: softprops/action-gh-release@v0.1.15
|
uses: softprops/action-gh-release@v0.1.15
|
||||||
|
Loading…
Reference in New Issue
Block a user