Skip to content

Commit

Permalink
Specify Nuget package source
Browse files Browse the repository at this point in the history
  • Loading branch information
Warren Buckley authored Oct 19, 2021
1 parent b2a82c8 commit 07b3460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:

- name: Push to GitHub Nuget Repo
working-directory: build.out
run: dotnet nuget push *.nupkg --skip-duplicate --api-key ${{secrets.NUGET_TOKEN}}
run: dotnet nuget push *.nupkg --source https://api.nuget.org/v3/index.json --skip-duplicate --api-key ${{secrets.NUGET_TOKEN}}

- name: Upload Nuget package to release binaries
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 07b3460

Please sign in to comment.