Increate latest re-release delay again
This commit is contained in:
parent
01980b12aa
commit
ccbc205c57
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -240,7 +240,7 @@ jobs:
|
|||
TAGNAME="latest"
|
||||
hub release delete "$TAGNAME" || true
|
||||
git push --delete origin "$TAGNAME" || true
|
||||
sleep 5
|
||||
sleep 15
|
||||
hub release create $(for a in latest_artifacts/*; do echo -a $a; done) -m "$NAME" -t "master" "$TAGNAME"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
|
|
Loading…
Reference in a new issue