Skip to content

Commit dde2eda

Browse files
authored
Update patch.yml
1 parent 47533dd commit dde2eda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/patch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +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
5152
- name: Create Release
5253
id: create_release
5354
uses: actions/create-release@v1
@@ -56,8 +57,7 @@ jobs:
5657
with:
5758
tag_name: ${{ env.newTag }}
5859
release_name: ${{ env.newTag }}
59-
body: |
60-
echo "$(git log ${{needs.setup-outputs.outputs.currentTag}}..master --format=format:'[%s](https://github.com/TiLied/CSharpToJavaScript/commit/%H)%n')"
60+
body_path: ./realease.txt
6161
draft: true
6262
prerelease: true
6363
#update release notes in csproj

0 commit comments

Comments
 (0)