Skip to content

Commit e5b852a

Browse files
authored
Update patch.yml
1 parent 01524a8 commit e5b852a

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
@@ -50,7 +50,7 @@ jobs:
5050
git push
5151
- id: step2
5252
run: |
53-
local=echo "$(git log ${{needs.setup-outputs.outputs.currentTag}}..master --format=format:'[%s](https://github.com/TiLied/CSharpToJavaScript/commit/%H)%n')"
53+
local="$(git log ${{needs.setup-outputs.outputs.currentTag}}..master --format=format:'[%s](https://github.com/TiLied/CSharpToJavaScript/commit/%H)%n')"
5454
echo "realeseNote=$local" >> $GITHUB_ENV
5555
- name: Create Release
5656
id: create_release

0 commit comments

Comments
 (0)