We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df79472 commit a37d5c6Copy full SHA for a37d5c6
1 file changed
.github/workflows/nuget-push-to-production.yml
@@ -41,6 +41,8 @@ jobs:
41
dotnet nuget push "$PACKAGE" --source esdm-nuget-hosted --skip-duplicate || echo "WARNING - skipping duplicate package: $PACKAGE"
42
done
43
- name: Find and Push NuGet packages to nuget.org
44
+ env:
45
+ NUGET_ORG_API_KEY: ${{ secrets.NUGET_ORG_API_KEY }}
46
run: |
47
PACKAGES=$(find . -name "*.nupkg" | grep -E "cloudscribe|sts\.Common")
48
if [ -z "$PACKAGES" ]; then
0 commit comments