Skip to content

Commit

Permalink
(+semver: fix) Add missing nuget source URL
Browse files Browse the repository at this point in the history
  • Loading branch information
thzinc committed Nov 24, 2021
1 parent fc22709 commit d1c1eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ package: build
(cd artifacts/windows && zip -r ../windows.zip GtfsXlsxCli.exe)

ship:
dotnet nuget push --source --api-key "$(NUGET_API_KEY)" artifacts/*.nupkg
dotnet nuget push --source https://api.nuget.org/v3/index.json --api-key "$(NUGET_API_KEY)" artifacts/*.nupkg

0 comments on commit d1c1eef

Please sign in to comment.