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 1845d5b commit 75aca7cCopy full SHA for 75aca7c
.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%n ')"
+ local=echo "$(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