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 01524a8 commit e5b852aCopy full SHA for e5b852a
.github/workflows/patch.yml
@@ -50,7 +50,7 @@ jobs:
50
git push
51
- id: step2
52
run: |
53
- local=echo "$(git log ${{needs.setup-outputs.outputs.currentTag}}..master --format=format:'[%s](https://github.com/TiLied/CSharpToJavaScript/commit/%H)%n')"
+ local="$(git log ${{needs.setup-outputs.outputs.currentTag}}..master --format=format:'[%s](https://github.com/TiLied/CSharpToJavaScript/commit/%H)%n')"
54
echo "realeseNote=$local" >> $GITHUB_ENV
55
- name: Create Release
56
id: create_release
0 commit comments