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 99
99
100
100
- name : 🛠️ Upload library to NuGet.org repository
101
101
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
106
103
107
104
- name : ⏩ Push stable branch
108
105
run : git push origin stable
You can’t perform that action at this time.
0 commit comments