File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 9999
100100 - name : 🛠️ Upload library to NuGet.org repository
101101 run : |
102- dotnet nuget push ${GITHUB_WORKSPACE}/packages/bunit.web.testcomponents.${{ env.NBGV_NuGetPackageVersion }}.nupkg -k ${{ secrets.NUGET_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols true
103- dotnet nuget push ${GITHUB_WORKSPACE}/packages/bunit.web.${{ env.NBGV_NuGetPackageVersion }}.nupkg -k ${{ secrets.NUGET_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols true
104- dotnet nuget push ${GITHUB_WORKSPACE}/packages/bunit.core.${{ env.NBGV_NuGetPackageVersion }}.nupkg -k ${{ secrets.NUGET_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols true
105- dotnet nuget push ${GITHUB_WORKSPACE}/packages/bunit.template.${{ env.NBGV_NuGetPackageVersion }}.nupkg -k ${{ secrets.NUGET_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols true
102+ dotnet nuget push ${GITHUB_WORKSPACE}/packages/*.nupkg -k ${{ secrets.NUGET_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate
106103
107104 - name : ⏩ Push stable branch
108105 run : git push origin stable
You can’t perform that action at this time.
0 commit comments