Skip to content

Commit 691cf09

Browse files
committed
fix
1 parent a965e00 commit 691cf09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
echo "Services response: $SERVICES"
6060
6161
for SERVICE in "hydration-api_app" "hydration-api_jobs"; do
62-
SERVICE_ID=$(echo "$SERVICES" | jq -r --arg name "$SERVICE" '.[] | select(.name == $name) | .id')
62+
SERVICE_ID=$(echo "$SERVICES" | jq -r --arg name "$SERVICE" '.[] | select(.serviceName == $name) | .id')
6363
if [ -z "$SERVICE_ID" ] || [ "$SERVICE_ID" = "null" ]; then
6464
echo "Service $SERVICE not found"
6565
exit 1

0 commit comments

Comments
 (0)