Skip to content

Commit 143978d

Browse files
committed
disable push
1 parent 4362d21 commit 143978d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nuget.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
- name: dotnet pack
3939
run: dotnet pack -c Release src/KubernetesClient -o pkg --include-symbols
4040

41-
- name: dotnet nuget push
42-
run: dotnet nuget push pkg\*.nupkg -s https://www.nuget.org/ -k ${{ secrets.nuget_api_key }}
41+
# - name: dotnet nuget push
42+
# run: dotnet nuget push pkg\*.nupkg -s https://www.nuget.org/ -k ${{ secrets.nuget_api_key }}
4343

4444
- name: create release
4545
shell: pwsh

0 commit comments

Comments
 (0)