Skip to content

Commit

Permalink
Missed a command-line change
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffpatton1971 committed Aug 17, 2024
1 parent c1ed287 commit 182dbd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BuildProject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ jobs:

- name: Publish NuGet Package
run: |
nuget push **/*.nupkg -ApiKey ${{secrets.NUGET_API_KEY}} -s https://api.nuget.org/v3/index.json
nuget push **/*.nupkg -ApiKey ${{secrets.NUGET_API_KEY}} -Source https://api.nuget.org/v3/index.json
if: github.ref == 'refs/heads/main' && github.event_name == 'push'

0 comments on commit 182dbd5

Please sign in to comment.