mirror of
https://github.com/Luca1991/NDSFactory.git
synced 2025-07-09 05:30:12 +02:00
Remove old autobuild releases
This commit is contained in:
parent
bf8224eeb0
commit
3c7bae69f8
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@ -6,6 +6,17 @@ env:
|
|||||||
BUILD_TYPE: Release
|
BUILD_TYPE: Release
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
clean-old-autorelease:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: dev-drprasad/delete-tag-and-release@v0.1.3
|
||||||
|
with:
|
||||||
|
delete_release: true
|
||||||
|
tag_name: autobuild
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
build-linux:
|
build-linux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user