mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-02-02 10:35:22 -05:00
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:
parent
8bc918c511
commit
75cec57e9d
3
.github/workflows/latest-release.yml
vendored
3
.github/workflows/latest-release.yml
vendored
@ -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…
x
Reference in New Issue
Block a user