Skip to content

Commit a8894e5

Browse files
authored
Update patch.yml
1 parent a8cd70c commit a8894e5

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

0 commit comments

Comments
 (0)