Skip to content

Commit 357efc0

Browse files
authored
Update patch.yml
1 parent fb8c1a3 commit 357efc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/patch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
tag_name: ${{ env.newTag }}
5858
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')"
59+
body: ${{git log ${{needs.setup-outputs.outputs.currentTag}}..master --format=format:'[%s](https://github.com/TiLied/CSharpToJavaScript/commit/%H)%n'}}
6060
draft: true
6161
prerelease: true
6262
#update release notes in csproj

0 commit comments

Comments
 (0)