We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a965e00 commit 691cf09Copy full SHA for 691cf09
1 file changed
.github/workflows/release.yml
@@ -59,7 +59,7 @@ jobs:
59
echo "Services response: $SERVICES"
60
61
for SERVICE in "hydration-api_app" "hydration-api_jobs"; do
62
- SERVICE_ID=$(echo "$SERVICES" | jq -r --arg name "$SERVICE" '.[] | select(.name == $name) | .id')
+ SERVICE_ID=$(echo "$SERVICES" | jq -r --arg name "$SERVICE" '.[] | select(.serviceName == $name) | .id')
63
if [ -z "$SERVICE_ID" ] || [ "$SERVICE_ID" = "null" ]; then
64
echo "Service $SERVICE not found"
65
exit 1
0 commit comments