Skip to content

Commit f8ba96f

Browse files
authored
Update build.yaml
1 parent 9337bce commit f8ba96f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,12 @@ jobs:
7373
fi
7474
done
7575
76-
echo "versions_matrix=$VERSIONS_JSON" >> $GITHUB_OUTPUT
7776
echo "Final versions matrix:"
7877
echo "$VERSIONS_JSON" | jq '.'
78+
79+
echo "versions_matrix<<EOF" >> $GITHUB_OUTPUT
80+
echo "$VERSIONS_JSON" >> $GITHUB_OUTPUT
81+
echo "EOF" >> $GITHUB_OUTPUT
7982
8083
# Check if this is a scheduled run or manual dispatch with create_release
8184
if [[ "${{ github.event_name }}" == "schedule" ]] || [[ "${{ inputs.create_release }}" == "true" ]]; then

0 commit comments

Comments
 (0)