Skip to content

Commit

Permalink
Update build-and-publish-to-nuget.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
felsokning authored Jun 11, 2023
1 parent 7c898d5 commit 9199809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-to-nuget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
- name: Adding markdown to build summary
run: cat code-coverage-results.md >> $GITHUB_STEP_SUMMARY
- name: Push to NuGet
run: dotnet nuget push "**/*.nupkg" --api-key ${{ secrets.NuGet_API_Token }} --source https://api.nuget.org/v3/index.json
run: dotnet nuget push "**/*.nupkg" --api-key ${{ secrets.NUGET_API_TOKEN }} --source https://api.nuget.org/v3/index.json

0 comments on commit 9199809

Please sign in to comment.