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 9ea9a39 commit 9d3032bCopy full SHA for 9d3032b
.github/workflows/patch.yml
@@ -49,7 +49,7 @@ jobs:
49
git commit -am "Test ${{env.newTag}}"
50
git push
51
- id: step2
52
- run: echo "realeseNote=`IFS=''; echo $(git log ${{needs.setup-outputs.outputs.currentTag}}..master --format=format:'- [%s](https://github.com/TiLied/CSharpToJavaScript/commit/%H)%n%n')`" >> $GITHUB_ENV
+ run: echo "realeseNote=`echo $(git log ${{needs.setup-outputs.outputs.currentTag}}..master --format=format:'[%s](https://github.com/TiLied/CSharpToJavaScript/commit/%H) ')`" >> $GITHUB_ENV
53
- name: Create Release
54
id: create_release
55
uses: actions/create-release@v1
0 commit comments