We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9337bce commit f8ba96fCopy full SHA for f8ba96f
.github/workflows/build.yaml
@@ -73,9 +73,12 @@ jobs:
73
fi
74
done
75
76
- echo "versions_matrix=$VERSIONS_JSON" >> $GITHUB_OUTPUT
77
echo "Final versions matrix:"
78
echo "$VERSIONS_JSON" | jq '.'
+
79
+ echo "versions_matrix<<EOF" >> $GITHUB_OUTPUT
80
+ echo "$VERSIONS_JSON" >> $GITHUB_OUTPUT
81
+ echo "EOF" >> $GITHUB_OUTPUT
82
83
# Check if this is a scheduled run or manual dispatch with create_release
84
if [[ "${{ github.event_name }}" == "schedule" ]] || [[ "${{ inputs.create_release }}" == "true" ]]; then
0 commit comments