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 4362d21 commit 143978dCopy full SHA for 143978d
.github/workflows/nuget.yaml
@@ -38,8 +38,8 @@ jobs:
38
- name: dotnet pack
39
run: dotnet pack -c Release src/KubernetesClient -o pkg --include-symbols
40
41
- - name: dotnet nuget push
42
- run: dotnet nuget push pkg\*.nupkg -s https://www.nuget.org/ -k ${{ secrets.nuget_api_key }}
+ # - name: dotnet nuget push
+ # run: dotnet nuget push pkg\*.nupkg -s https://www.nuget.org/ -k ${{ secrets.nuget_api_key }}
43
44
- name: create release
45
shell: pwsh
0 commit comments