Skip to content

Commit

Permalink
Calabonga.UnitOfWork version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Calabonga committed Feb 25, 2024
1 parent 94b08c7 commit b6e5ece
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish NuGet Package
name: Publish NuGet Package Calabonga.UnitOfWork

on:
push:
Expand All @@ -18,7 +18,7 @@ jobs:
- name: Set up .NET Core
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x

- name: Install dependencies
run: dotnet restore src/Calabonga.UnitOfWork.sln
Expand All @@ -30,4 +30,4 @@ jobs:
run: dotnet pack src/Calabonga.UnitOfWork.sln --configuration Release --output ${{env.DOTNET_ROOT}}\Package

- name: Publish NuGet Package
run: dotnet nuget push ${{env.DOTNET_ROOT}}\Package\*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
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 comments on commit b6e5ece

Please sign in to comment.