File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5656 run : dotnet nuget push **/*.nupkg --skip-duplicate -k ${{ secrets.GITHUB_TOKEN }} -s https://nuget.pkg.github.com/osmsharp/index.json
5757 working-directory : ./src/
5858 - name : Nuget push Nuget.org
59- run : dotnet nuget push **/*.nupkg --skip-duplicate -k ${{ secrets.NUGET_TOKEN }} -s https://api.nuget.org/v3/index.json
59+ run : dotnet nuget push **/*.nupkg --skip-duplicate -k ${{ secrets.NUGET_SECRET }} -s https://api.nuget.org/v3/index.json
6060 working-directory : ./src/
Original file line number Diff line number Diff line change 5656 run : dotnet nuget push **/*.nupkg --skip-duplicate -k ${{ secrets.GITHUB_TOKEN }} -s https://nuget.pkg.github.com/osmsharp/index.json
5757 working-directory : ./src/
5858 - name : Nuget push Nuget.org
59- run : dotnet nuget push **/*.nupkg --skip-duplicate -k ${{ secrets.NUGET_TOKEN }} -s https://api.nuget.org/v3/index.json
59+ run : dotnet nuget push **/*.nupkg --skip-duplicate -k ${{ secrets.NUGET_SECRET }} -s https://api.nuget.org/v3/index.json
6060 working-directory : ./src/
You can’t perform that action at this time.
0 commit comments