Skip to content

Commit 748adca

Browse files
authored
Update patch.yml
1 parent f7dd724 commit 748adca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/patch.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ jobs:
4949
git commit -am "Test ${{env.newTag}}"
5050
git push
5151
- id: step2
52-
run: echo "realeseNote=`echo $(git log ${{needs.setup-outputs.outputs.currentTag}}..master --format=format:'[%s](https://github.com/TiLied/CSharpToJavaScript/commit/%H) ')`" >> $GITHUB_ENV
52+
run: |
53+
local="$(git log ${{needs.setup-outputs.outputs.currentTag}}..master --format=format:'[%s](https://github.com/TiLied/CSharpToJavaScript/commit/%H)%n%n ')"
54+
echo "realeseNote='$local'" >> $GITHUB_ENV
5355
- name: Create Release
5456
id: create_release
5557
uses: actions/create-release@v1

0 commit comments

Comments
 (0)