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.
This commit is contained in:
Thomas Eizinger 2021-03-02 15:41:47 +11:00
parent 8bc918c511
commit 75cec57e9d
No known key found for this signature in database
GPG Key ID: 651AC83A6C6C8B96

View File

@ -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: