File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- name : Publish NuGet Package
1+ name : Publish NuGet Package Calabonga.UnitOfWork
22
33on :
44 push :
1818 - name : Set up .NET Core
1919 uses : actions/setup-dotnet@v2
2020 with :
21- dotnet-version : 6 .0.x
21+ dotnet-version : 8 .0.x
2222
2323 - name : Install dependencies
2424 run : dotnet restore src/Calabonga.UnitOfWork.sln
3030 run : dotnet pack src/Calabonga.UnitOfWork.sln --configuration Release --output ${{env.DOTNET_ROOT}}\Package
3131
3232 - name : Publish NuGet Package
33- run : dotnet nuget push ${{env.DOTNET_ROOT}}\Package\*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
33+ run : dotnet nuget push ${{env.DOTNET_ROOT}}\Package\*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
You can’t perform that action at this time.
0 commit comments