Skip to content

Commit 0b522f5

Browse files
authored
Update patch.yml
1 parent 5a7bc42 commit 0b522f5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/patch.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,7 @@ jobs:
4040
- id: step1
4141
run: echo "newTag=`echo $(echo ${{needs.setup-outputs.outputs.currentTag}} | awk 'BEGIN{FS=OFS="."} {$3+=1} 1')`" >> $GITHUB_ENV
4242
- id: step2
43-
run: echo "realeseNote=`echo $(git log 0.0.09..master --format=format:"- [%s](https://github.com/TiLied/CSharpToJavaScript/commit/%H)")`" >> $GITHUB_ENV
43+
run: echo "realeseNote=`echo $(git log 0.0.09..master --format=format:'- [%s](https://github.com/TiLied/CSharpToJavaScript/commit/%H)')`" >> $GITHUB_ENV
44+
- run: |
45+
echo $newTag
46+
echo $realeseNote

0 commit comments

Comments
 (0)