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 2b1489d commit 66458caCopy full SHA for 66458ca
.github/workflows/patch.yml
@@ -56,7 +56,7 @@ jobs:
56
with:
57
tag_name: ${{ env.newTag }}
58
release_name: ${{ env.newTag }}
59
- body: "$(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