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