From 3621c4d0726c835834e5efe98bb8fdfba35955b2 Mon Sep 17 00:00:00 2001 From: cypress Date: Sun, 7 Jan 2024 18:59:01 -0500 Subject: [PATCH] Add artificial wait for nightly generation --- .github/workflows/generate-nightly.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/generate-nightly.yml b/.github/workflows/generate-nightly.yml index b496096..1e3e24a 100644 --- a/.github/workflows/generate-nightly.yml +++ b/.github/workflows/generate-nightly.yml @@ -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