Skip to content

Commit

Permalink
Add a sleep to account for NuGet
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk authored Jul 2, 2022
1 parent 0cbe702 commit 2345718
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/nuget-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
time: '10m'

dispatch:
needs: sleep
strategy:
matrix:
repo: ['OpenActive.DatasetSite.NET']
Expand Down

0 comments on commit 2345718

Please sign in to comment.