Skip to content

Commit b6e5ece

Browse files
committed
Calabonga.UnitOfWork version updated
1 parent 94b08c7 commit b6e5ece

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish NuGet Package
1+
name: Publish NuGet Package Calabonga.UnitOfWork
22

33
on:
44
push:
@@ -18,7 +18,7 @@ jobs:
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
@@ -30,4 +30,4 @@ jobs:
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

0 commit comments

Comments
 (0)