Skip to content

Commit 65c9a55

Browse files
Updated timeout for publishing packages (#3265)
1 parent a82cd4d commit 65c9a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
with:
148148
dotnet-version: ${{ needs.prepare-dotnet-versions.outputs.latest-dotnet-version }}
149149
- name: Publish NuGet packages to NuGet
150-
run: dotnet nuget push nuget/*.nupkg --api-key ${{ secrets.NUGET_KEY }} --source "nuget.org"
150+
run: dotnet nuget push nuget/*.nupkg --api-key ${{ secrets.NUGET_KEY }} --source "nuget.org" --timeout 1200
151151
- uses: stripe/openapi/actions/notify-release@master
152152
if: always()
153153
with:

0 commit comments

Comments
 (0)