We were hitting the GitHub API too fast here

- Add a sleep to allow the PR to index
This commit is contained in:
Jordan Dominion
2023-07-03 14:14:23 -04:00
parent cc06102a8b
commit 6202093be4
+4 -1
View File
@@ -1589,4 +1589,7 @@ jobs:
run: build/package/winget/push_manifest.ps1
- name: Run ReleaseNotes with --link-winget
run: dotnet run -c Release --no-build --project tools/ReleaseNotes --link-winget ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
shell: powershell
run: |
Sleep 15
dotnet run -c Release --no-build --project tools/ReleaseNotes --link-winget ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}