Skip to content

Commit ba84990

Browse files
authored
Update release-stage-2-alpha.yml
1 parent a1c249f commit ba84990

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

.github/workflows/release-stage-2-alpha.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,14 @@ jobs:
7373
echo "Latest release: ${LATEST}"
7474
echo "Base: ${{ github.event.pull_request.base.sha }}"
7575
COMMAND="git log --pretty=oneline ${LATEST}..${{ github.event.pull_request.base.sha }}"
76-
gh pr comment ${{ github.event.pull_request.number }} --body \
77-
"Alpha release created: \`${{ steps.version.outputs.version }}\` \
78-
\n\n \
79-
⚠️ **Note:** This release was created from the \`HEAD\` of this branch so it may \
80-
contain commits that have landed in \`dev\` but have not been released yet \
76+
echo -e \
77+
"Alpha release created: \`${{ steps.version.outputs.version }}\`\n\n\
78+
⚠️ **Note:** This release was created from the \`HEAD\` of this branch so it \
79+
may contain commits that have landed in \`dev\` but have not been released yet \
8180
depending on when this branch was created. You can run the following command \
82-
to see the commits that may not have been released yet: \
83-
\n\n \
84-
\`\`\`bash \
85-
${COMMAND} \
86-
\`\`\`"
81+
to see the commits that may not have been released yet:\n\n\
82+
\`\`\`bash\
83+
${COMMAND}\
84+
\`\`\`" \
85+
| gh pr comment ${{ github.event.pull_request.number }} --body-file -
8786
gh pr edit ${{ github.event.pull_request.number }} --remove-label ${{ github.event.label.name }}

0 commit comments

Comments
 (0)