File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
1515 - uses : actions/setup-dotnet@v2
1616 with :
1717 dotnet-version : 6.0.x
18- source-url : https://nuget.pkg.github.com/CoreZipCode /index.json
18+ source-url : https://nuget.pkg.github.com/danilolutz /index.json
1919 env :
2020 NUGET_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
2121 - run : dotnet build --configuration Release CoreZipCode.sln
2222 - name : Create the package
2323 run : dotnet pack --configuration Release CoreZipCode.sln --include-symbols -p:PackageVersion=${{github.ref_name}} -v normal
2424 - name : Publish the package to GPR
25- run : dotnet nuget push CoreZipCode/bin/Release/*.nupkg --api-key ${{secrets.NUGET_API_KEY}}
25+ run : dotnet nuget push CoreZipCode/bin/Release/*.nupkg --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
You can’t perform that action at this time.
0 commit comments