File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,14 +55,14 @@ jobs:
5555
5656 - name : Publish to NuGet.org
5757 run : |
58- dotnet nuget push "nupkgs\*.nupkg" `
59- --api-key "${{ secrets.NUGET_API_KEY }}" `
60- --source "https://api.nuget.org/v3/index.json"
58+ dotnet nuget push "nupkgs\*.nupkg" `
59+ --api-key "${{ secrets.NUGET_API_KEY }}" `
60+ --source "https://api.nuget.org/v3/index.json"
6161
6262 - name : Push to GitHub Packages
6363 run : |
64- dotnet nuget push "nupkgs\*.nupkg" `
65- --api-key "${{ secrets.GITHUB_TOKEN }}" `
66- --source "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json"
64+ dotnet nuget push "nupkgs\*.nupkg" `
65+ --api-key "${{ secrets.GITHUB_TOKEN }}" `
66+ --source "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json"
6767 env :
6868 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments