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 4e0d56e commit fe924bfCopy full SHA for fe924bf
.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: echo "$(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