We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47f630f commit 483874fCopy full SHA for 483874f
.github/workflows/build_publish.yml
@@ -28,9 +28,9 @@ jobs:
28
name: ChefKeys
29
path: Output/Release/
30
31
- - name: publish to nuget
32
- if: ${{ github.ref == 'refs/heads/main' }}
33
- run: nuget push output\release\*.nupkg -source 'https://api.nuget.org/v3/index.json' -apikey ${{secrets.publish}}
+ # - name: publish to nuget
+ # if: ${{ github.ref == 'refs/heads/main' }}
+ # run: nuget push output\release\*.nupkg -source 'https://api.nuget.org/v3/index.json' -apikey ${{secrets.publish}}
34
35
- name: get version
36
if: ${{ github.ref == 'refs/heads/main' }}
0 commit comments