Give Github some time to process release deletion
This commit is contained in:
parent
db4e36b8f1
commit
20d4bf3ef7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -179,8 +179,8 @@ jobs:
|
||||||
NAME="Latest Auto-Build (${{ steps.create_release.outputs.rel_date }})"
|
NAME="Latest Auto-Build (${{ steps.create_release.outputs.rel_date }})"
|
||||||
TAGNAME="latest"
|
TAGNAME="latest"
|
||||||
hub release delete "$TAGNAME" || true
|
hub release delete "$TAGNAME" || true
|
||||||
git tag -d "$TAGNAME" || true
|
|
||||||
git push --delete origin "$TAGNAME" || true
|
git push --delete origin "$TAGNAME" || true
|
||||||
|
sleep 30
|
||||||
hub release create $(for a in latest_artifacts/*; do echo -a $a; done) -m "$NAME" -t "master" "$TAGNAME"
|
hub release create $(for a in latest_artifacts/*; do echo -a $a; done) -m "$NAME" -t "master" "$TAGNAME"
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
GITHUB_TOKEN: ${{ github.token }}
|
||||||
|
|
Loading…
Reference in a new issue