We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6cd021 commit e013665Copy full SHA for e013665
1 file changed
.github/workflows/auto-version-bump.yml
@@ -20,7 +20,9 @@ jobs:
20
id: set-matrix
21
run: |
22
matrix=$(node scripts/ci/generate-auto-bump-matrix.js)
23
- echo "matrix=$matrix" >> $GITHUB_OUTPUT
+ echo "matrix<<EOF" >> $GITHUB_OUTPUT
24
+ echo "$matrix" >> $GITHUB_OUTPUT
25
+ echo "EOF" >> $GITHUB_OUTPUT
26
27
batch-dispatch:
28
needs: prepare
0 commit comments