Skip to content

Commit 9b14ba3

Browse files
authored
Update patch.yml
1 parent 1219537 commit 9b14ba3

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
@@ -49,7 +49,7 @@ jobs:
4949
git commit -am "Nuget ${{env.newTag}}"
5050
git push
5151
- id: step2
52-
run: echo "realeseNote=`echo $(git log 0.0.09..master --format=format:'- [%s](https://github.com/TiLied/CSharpToJavaScript/commit/%H)%n')`" >> $GITHUB_ENV
52+
run: echo "realeseNote=`echo $(git log ${{needs.setup-outputs.outputs.currentTag}}..master --format=format:'- [%s](https://github.com/TiLied/CSharpToJavaScript/commit/%H)%n%n')`" >> $GITHUB_ENV
5353
- name: Create Release
5454
id: create_release
5555
uses: actions/create-release@v1

0 commit comments

Comments
 (0)