Skip to content

Commit b794a06

Browse files
authored
Update build-proxy.yml
1 parent 429dc46 commit b794a06

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/build-proxy.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,21 @@ env:
2222
VERSION: 0.2.0
2323

2424
jobs:
25+
prepare:
26+
runs-on: ubuntu-latest
27+
28+
steps:
29+
- uses: jcs-actions/delete-tag-and-release@master
30+
if: github.ref == 'refs/heads/master'
31+
continue-on-error: true
32+
with:
33+
delete_release: true
34+
tag_name: ${{ env.VERSION }}
35+
env:
36+
GITHUB_TOKEN: ${{ secrets.PAT }}
37+
2538
build:
39+
needs: [prepare]
2640
runs-on: ubuntu-latest
2741
strategy:
2842
fail-fast: false

0 commit comments

Comments
 (0)