Skip to content

Commit 1c02f95

Browse files
committed
Activate push to nuget.org
1 parent fc22b89 commit 1c02f95

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/dotnet-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
dotnet pack Neolution.Extensions.Caching.Distributed/Neolution.Extensions.Caching.Distributed.csproj --configuration '${{ env.BUILD_CONFIGURATION }}' --no-build -p:PackageVersion=$GITVERSION_NUGETVERSION
4848
4949
50-
#- name: Push NuGet package
51-
# run: dotnet nuget push --skip-duplicate -k $NUGET_AUTH_TOKEN **/bin/Release/*.nupkg
52-
# env:
53-
# NUGET_AUTH_TOKEN: ${{ secrets.NUGET_API_KEY_NEOLUTION }}
50+
- name: Push NuGet package
51+
run: dotnet nuget push --skip-duplicate -k $NUGET_AUTH_TOKEN **/bin/Release/*.nupkg
52+
env:
53+
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_API_KEY_NEOLUTION }}

0 commit comments

Comments
 (0)