We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dfafa2 commit f22154eCopy full SHA for f22154e
1 file changed
.github/workflows/release.yml
@@ -194,14 +194,16 @@ jobs:
194
195
CHANGELOG="${CHANGELOG}**Full Changelog**: https://github.com/${{ github.repository }}/compare/${PREVIOUS_TAG}...${CURRENT_TAG}"
196
197
+ echo "previous-tag=$PREVIOUS_TAG" >> $GITHUB_OUTPUT
198
+
199
{
- echo 'changelog<<EOF'
- echo -e "$CHANGELOG"
200
- echo EOF
+ echo "changelog<<EOF"
201
+ echo "$CHANGELOG"
202
+ echo "EOF"
203
} >> $GITHUB_OUTPUT
204
205
echo "Generated changelog:"
206
207
208
create-release:
209
name: Create Release
0 commit comments