Add artificial wait for nightly generation

This commit is contained in:
cypress 2024-01-07 18:59:01 -05:00 committed by GitHub
parent 7ad20d8b38
commit 3621c4d072
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ jobs:
tag_name: nightly
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Wait ...
run: sleep 10
- name: Release
uses: softprops/action-gh-release@v1
continue-on-error: true