We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02685ad commit e7b817eCopy full SHA for e7b817e
1 file changed
.github/workflows/nuget-push-to-production.yml
@@ -30,7 +30,7 @@ jobs:
30
run: dotnet nuget add source ${{ secrets.ESDM_NUGET_HOSTED_URL }} -u ${{ secrets.NUGET_USERNAME }} -p ${{ secrets.NUGET_PASSWORD }} --store-password-in-clear-text --name esdm-nuget-hosted
31
- name: Find and Push NuGet packages to Nexus
32
run: |
33
- PACKAGES=$(find . -name "*.nupkg" | grep -E "cloudscribe|sts\.Common")
+ PACKAGES=$(find . -name "*.nupkg" | grep -E "cloudscribe|sts\.")
34
if [ -z "$PACKAGES" ]; then
35
echo "No matching package found. Exiting."
36
exit 1
0 commit comments