Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeYallop committed Oct 24, 2024
1 parent 0f245d2 commit 62b6661
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,5 @@ jobs:
with:
name: nuget-packages
path: ./pack
- name: Echo
run: echo Skipping publish
# - name: Publish
# run: dotnet nuget push ./pack/*.nupkg --api-key ${{ secrets.NUGET_KEY }} --source ${{ vars.NUGET_FEED }}
- name: Publish
run: dotnet nuget push ./pack/*.nupkg --api-key ${{ secrets.NUGET_KEY }} --source ${{ vars.NUGET_FEED }}

0 comments on commit 62b6661

Please sign in to comment.