Skip to content

Commit 34663fb

Browse files
authored
Update patch.yml
1 parent dea0e86 commit 34663fb

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/patch.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ jobs:
4848
- run: |
4949
git commit -am "Test ${{env.newTag}}"
5050
git push
51-
- id: step2
52-
run: |
53-
local="$(git log ${{needs.setup-outputs.outputs.currentTag}}..master --format=format:'[%s](https://github.com/TiLied/CSharpToJavaScript/commit/%H)%n')"
54-
echo "realeseNote=$local" >> $GITHUB_ENV
5551
- name: Create Release
5652
id: create_release
5753
uses: actions/create-release@v1
@@ -60,7 +56,7 @@ jobs:
6056
with:
6157
tag_name: ${{ env.newTag }}
6258
release_name: ${{ env.newTag }}
63-
body: ${{ env.realeseNote }}
59+
body: "$(git log ${{needs.setup-outputs.outputs.currentTag}}..master --format=format:'[%s](https://github.com/TiLied/CSharpToJavaScript/commit/%H)%n')"
6460
draft: true
6561
prerelease: true
6662
#update release notes in csproj
@@ -69,4 +65,3 @@ jobs:
6965
- name: Environments
7066
run: |
7167
echo $newTag
72-
echo $realeseNote

0 commit comments

Comments
 (0)