mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-26 14:10:19 +00:00
ci: Add sleep to nightly build script after delete
This commit is contained in:
parent
3c76b17c27
commit
ade40a5af8
1 changed files with 3 additions and 0 deletions
3
.github/workflows/nightly.yml
vendored
3
.github/workflows/nightly.yml
vendored
|
@ -24,6 +24,9 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Sleep for a few seconds.
|
||||
run: sleep(10)
|
||||
|
||||
- name: Create nightly GitHub release
|
||||
id: release
|
||||
uses: actions/create-release@v1
|
||||
|
|
Loading…
Reference in a new issue