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 fb8c1a3 commit 357efc0Copy full SHA for 357efc0
.github/workflows/patch.yml
@@ -56,7 +56,7 @@ jobs:
56
with:
57
tag_name: ${{ env.newTag }}
58
release_name: ${{ env.newTag }}
59
- body: echo "$(git log ${{needs.setup-outputs.outputs.currentTag}}..master --format=format:'[%s](https://github.com/TiLied/CSharpToJavaScript/commit/%H)%n')"
+ body: ${{git log ${{needs.setup-outputs.outputs.currentTag}}..master --format=format:'[%s](https://github.com/TiLied/CSharpToJavaScript/commit/%H)%n'}}
60
draft: true
61
prerelease: true
62
#update release notes in csproj
0 commit comments