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 46541fa commit dda47ccCopy full SHA for dda47cc
.github/workflows/release.yml
@@ -117,9 +117,8 @@ jobs:
117
echo "RELEASE_VERSION=${{ steps.bump_version.outputs.version }}" >> $GITHUB_ENV
118
echo "RELEASE_TAG=${{ steps.bump_version.outputs.tag }}" >> $GITHUB_ENV
119
echo "RELEASE_CHANGELOG<<EOF" >> $GITHUB_ENV
120
- cat << 'CHANGELOG_EOF' >> $GITHUB_ENV
121
- ${{ steps.bump_version.outputs.changelog }}
122
- CHANGELOG_EOF
+ echo "${{ steps.bump_version.outputs.clean_changelog }}" >> $GITHUB_ENV
+ echo "EOF" >> $GITHUB_ENV
123
124
# - name: 🏗️ Create empty release or modify a release existed
125
# id: create_release
0 commit comments