Skip to content

Commit

Permalink
fix v0.1.0 GitHub release
Browse files Browse the repository at this point in the history
  • Loading branch information
jjw24 committed Dec 28, 2024
1 parent 47f630f commit 483874f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
name: ChefKeys
path: Output/Release/

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

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

0 comments on commit 483874f

Please sign in to comment.