Skip to content

Commit

Permalink
Update publish-nuget-packages.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
halgari authored May 8, 2023
1 parent f5c6a90 commit fee977d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-nuget-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
run: ./scripts/validate-nupkgs.ps1

- name: Push to NuGet
run: dotnet nuget push **/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
run: dotnet nuget push **/*.nupkg --api-key ${{ secrets.NUGET_KEY }} --source https://api.nuget.org/v3/index.json

0 comments on commit fee977d

Please sign in to comment.