Skip to content

Commit c1270ee

Browse files
authored
Update patch.yml
1 parent 39f0529 commit c1270ee

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
@@ -48,7 +48,7 @@ jobs:
4848
- run: |
4949
git commit -am "Test ${{env.newTag}}"
5050
git push
51-
- run: git log ${{needs.setup-outputs.outputs.currentTag}}..master --format=format:'[%s](https://github.com/TiLied/CSharpToJavaScript/commit/%H)%n' --output=./realease.txt
51+
- run: git log ${{needs.setup-outputs.outputs.currentTag}}..master --format=format:'- [%s](https://github.com/TiLied/CSharpToJavaScript/commit/%H)%n' --output=./realease.txt
5252
- name: Create Release
5353
id: create_release
5454
uses: actions/create-release@v1

0 commit comments

Comments
 (0)