Skip to content

Commit 8489a38

Browse files
Remove Nuget push
1 parent 007aed9 commit 8489a38

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/dotnet.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,3 @@ jobs:
2323
run: dotnet test --configuration Release --no-build --verbosity normal src/EventSourcingOnAzureFunctions.sln
2424
- name: Generate NuGet package
2525
run: dotnet pack --no-build --include-source -c Release src/EventSourcingOnAzureFunctions.Common/EventSourcingOnAzureFunctions.Common.csproj -o nupkgs
26-
- name: Push NuGet package
27-
env:
28-
NUGET_KEY: ${{ secrets.NUGET_KEY }}
29-
run: dotnet nuget push nupkgs/*.nupkg -s https://api.nuget.org/v3/index.json -k $NUGET_KEY --skip-duplicate

0 commit comments

Comments
 (0)