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 f7dd724 commit 748adcaCopy full SHA for 748adca
.github/workflows/patch.yml
@@ -49,7 +49,9 @@ jobs:
49
git commit -am "Test ${{env.newTag}}"
50
git push
51
- 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
+ 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
55
- name: Create Release
56
id: create_release
57
uses: actions/create-release@v1
0 commit comments