We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1f30ff commit dec415cCopy full SHA for dec415c
.github/workflows/release.yaml
@@ -28,7 +28,9 @@ jobs:
28
working-directory: scripts
29
run: |
30
CHANGELOG=$(python parse_changelog_of_version.py "${{ steps.get_version.outputs.version }}")
31
- echo "changelog=${CHANGELOG}" >> $GITHUB_OUTPUT
+ 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
34
35
build-jar:
36
name: Build Jar
0 commit comments