Skip to content

Commit 2345718

Browse files
authored
Add a sleep to account for NuGet
1 parent 0cbe702 commit 2345718

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

.github/workflows/nuget-publish.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,18 @@ jobs:
5555
draft: false
5656
prerelease: false
5757

58-
dispatch:
58+
sleep:
5959
needs: publish
60+
runs-on: ubuntu-latest
61+
62+
steps:
63+
- name: Sleep for 10 minutes to wait for NuGet to update
64+
uses: whatnick/wait-action@0.1.2
65+
with:
66+
time: '10m'
67+
68+
dispatch:
69+
needs: sleep
6070
strategy:
6171
matrix:
6272
repo: ['OpenActive.DatasetSite.NET']

0 commit comments

Comments
 (0)