Skip to content

Commit dec415c

Browse files
committed
ci: parse changelog failed
1 parent b1f30ff commit dec415c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
working-directory: scripts
2929
run: |
3030
CHANGELOG=$(python parse_changelog_of_version.py "${{ steps.get_version.outputs.version }}")
31-
echo "changelog=${CHANGELOG}" >> $GITHUB_OUTPUT
31+
echo "changelog<<EOF" >> $GITHUB_OUTPUT
32+
echo "$(python parse_changelog_of_version.py ${{ steps.get_version.outputs.version }})" >> $GITHUB_OUTPUT
33+
echo "EOF" >> $GITHUB_OUTPUT
3234
3335
build-jar:
3436
name: Build Jar

0 commit comments

Comments
 (0)