Give GitHub some time to process the deletion of the release

If we immediately chain the two actions, `create-release` only creates
a draft for some reason.
pull/256/head
Thomas Eizinger 3 years ago
parent 8bc918c511
commit 75cec57e9d
No known key found for this signature in database
GPG Key ID: 651AC83A6C6C8B96

@ -18,6 +18,9 @@ jobs:
release-name: latest
token: ${{ secrets.BOTTY_GITHUB_TOKEN }}
- name: Give GitHub some time to process the deletion, otherwise our release shows up as draft. Sigh.
run: sleep 10
- name: Create 'latest' release
uses: actions/create-release@v1
env:

Loading…
Cancel
Save