Skip to content

Commit e013665

Browse files
authored
fix: auto-version-bump prepare step (#900)
Signed-off-by: Yi Cai <yicai@redhat.com>
1 parent d6cd021 commit e013665

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/auto-version-bump.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
id: set-matrix
2121
run: |
2222
matrix=$(node scripts/ci/generate-auto-bump-matrix.js)
23-
echo "matrix=$matrix" >> $GITHUB_OUTPUT
23+
echo "matrix<<EOF" >> $GITHUB_OUTPUT
24+
echo "$matrix" >> $GITHUB_OUTPUT
25+
echo "EOF" >> $GITHUB_OUTPUT
2426
2527
batch-dispatch:
2628
needs: prepare

0 commit comments

Comments
 (0)