Update release.yaml

This commit is contained in:
João Malés 2024-07-12 09:33:35 +01:00 committed by GitHub
parent bb15037180
commit 42e6e2567e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,6 @@ jobs:
FOLDERS_JSON=$(find . -maxdepth 1 -type d -name "thousandeyes-sdk-*" | cut -c 3- | jq -R -s -c 'split("\n")[:-1]') FOLDERS_JSON=$(find . -maxdepth 1 -type d -name "thousandeyes-sdk-*" | cut -c 3- | jq -R -s -c 'split("\n")[:-1]')
echo "packages=$FOLDERS_JSON" >> "$GITHUB_OUTPUT" echo "packages=$FOLDERS_JSON" >> "$GITHUB_OUTPUT"
deployment: deployment:
if: github.event.pull_request.merged == true
needs: set-package-matrix needs: set-package-matrix
strategy: strategy:
matrix: matrix: