Skip to content

Commit a37d5c6

Browse files
authored
Update nuget-push-to-production.yml
1 parent df79472 commit a37d5c6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/nuget-push-to-production.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
dotnet nuget push "$PACKAGE" --source esdm-nuget-hosted --skip-duplicate || echo "WARNING - skipping duplicate package: $PACKAGE"
4242
done
4343
- name: Find and Push NuGet packages to nuget.org
44+
env:
45+
NUGET_ORG_API_KEY: ${{ secrets.NUGET_ORG_API_KEY }}
4446
run: |
4547
PACKAGES=$(find . -name "*.nupkg" | grep -E "cloudscribe|sts\.Common")
4648
if [ -z "$PACKAGES" ]; then

0 commit comments

Comments
 (0)