Skip to content

Commit

Permalink
housekeeping: add source url (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson committed Oct 5, 2020
1 parent 6e9a789 commit b375a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_API_KEY }}
SOURCE_URL: https://api.nuget.org/v3/index.json
run: |
dotnet nuget push -s $SOURCE_URL -k $NUGET_AUTH_TOKEN **/*.nupkg
dotnet nuget push -s ${{ env.SOURCE_URL }} -k ${{ env.NUGET_AUTH_TOKEN }} **/*.nupkg
- name: Changelog
uses: scottbrenner/generate-changelog-action@master
Expand Down

0 comments on commit b375a15

Please sign in to comment.