mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
fixed on push
This commit is contained in:
parent
0cb92f33af
commit
bf39c12c86
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -109,6 +109,7 @@ jobs:
|
||||
|
||||
create-release:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event_name == 'push'
|
||||
needs: build
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
@ -120,7 +121,6 @@ jobs:
|
||||
path: ~/artifacts
|
||||
|
||||
- name: Check if continuous_build release exists
|
||||
if: github.event_name == 'push'
|
||||
run: |
|
||||
if gh release view continuous_build --repo $GITHUB_REPOSITORY &> /dev/null; then
|
||||
gh release delete continuous_build --repo $GITHUB_REPOSITORY --cleanup-tag --yes
|
||||
|
Loading…
x
Reference in New Issue
Block a user