Skip to content

Commit 483874f

Browse files
committed
fix v0.1.0 GitHub release
1 parent 47f630f commit 483874f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
name: ChefKeys
2929
path: Output/Release/
3030

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}}
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}}
3434

3535
- name: get version
3636
if: ${{ github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)