Skip to content

Commit e7b817e

Browse files
committed
Update nuget-push-to-production.yml
1 parent 02685ad commit e7b817e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
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
3131
- name: Find and Push NuGet packages to Nexus
3232
run: |
33-
PACKAGES=$(find . -name "*.nupkg" | grep -E "cloudscribe|sts\.Common")
33+
PACKAGES=$(find . -name "*.nupkg" | grep -E "cloudscribe|sts\.")
3434
if [ -z "$PACKAGES" ]; then
3535
echo "No matching package found. Exiting."
3636
exit 1

0 commit comments

Comments
 (0)