Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Lukasz Dziedziak <[email protected]>
  • Loading branch information
lukidzi committed Jan 9, 2025
1 parent b4d7861 commit f9417bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-hosts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ jobs:
echo "Envoy $version already released, skip"
fi
done
# Set output using the correct method
echo "versions_to_release=$(echo ${versions_to_release[@]} | jq -R -s -c 'split(\" \")')" >> $GITHUB_OUTPUT
# Create a valid JSON array using jq
versions_to_release_json=$(echo "${versions_to_release[@]}" | jq -R -s -c 'split(" ")')
echo "versions_to_release=$versions_to_release_json" >> $GITHUB_OUTPUT
trigger-release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f9417bc

Please sign in to comment.