We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a82cd4d commit 65c9a55Copy full SHA for 65c9a55
.github/workflows/ci.yml
@@ -147,7 +147,7 @@ jobs:
147
with:
148
dotnet-version: ${{ needs.prepare-dotnet-versions.outputs.latest-dotnet-version }}
149
- name: Publish NuGet packages to NuGet
150
- run: dotnet nuget push nuget/*.nupkg --api-key ${{ secrets.NUGET_KEY }} --source "nuget.org"
+ run: dotnet nuget push nuget/*.nupkg --api-key ${{ secrets.NUGET_KEY }} --source "nuget.org" --timeout 1200
151
- uses: stripe/openapi/actions/notify-release@master
152
if: always()
153
0 commit comments