From 2345718a51d6fc5bc969ec2a3e4290f04147e443 Mon Sep 17 00:00:00 2001 From: Nick Evans <2616208+nickevansuk@users.noreply.github.com> Date: Sat, 2 Jul 2022 19:59:05 +0100 Subject: [PATCH] Add a sleep to account for NuGet --- .github/workflows/nuget-publish.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nuget-publish.yaml b/.github/workflows/nuget-publish.yaml index d0d90e0..f7be269 100644 --- a/.github/workflows/nuget-publish.yaml +++ b/.github/workflows/nuget-publish.yaml @@ -55,8 +55,18 @@ jobs: draft: false prerelease: false - dispatch: + sleep: needs: publish + runs-on: ubuntu-latest + + steps: + - name: Sleep for 10 minutes to wait for NuGet to update + uses: whatnick/wait-action@0.1.2 + with: + time: '10m' + + dispatch: + needs: sleep strategy: matrix: repo: ['OpenActive.DatasetSite.NET']