ci: sleep for some time to remove old release
This commit is contained in:
parent
0d16514631
commit
d4a631028c
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -140,6 +140,10 @@ jobs:
|
||||||
delete_release: true
|
delete_release: true
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
repo: ${{ env.GITHUB_REPOSITORY }}
|
repo: ${{ env.GITHUB_REPOSITORY }}
|
||||||
|
- name: Very important stage
|
||||||
|
continue-on-error: true
|
||||||
|
run: |
|
||||||
|
sleep 20s
|
||||||
- name: Push new build
|
- name: Push new build
|
||||||
uses: svenstaro/upload-release-action@v2
|
uses: svenstaro/upload-release-action@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue