We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a7bc42 commit 0b522f5Copy full SHA for 0b522f5
.github/workflows/patch.yml
@@ -40,4 +40,7 @@ jobs:
40
- id: step1
41
run: echo "newTag=`echo $(echo ${{needs.setup-outputs.outputs.currentTag}} | awk 'BEGIN{FS=OFS="."} {$3+=1} 1')`" >> $GITHUB_ENV
42
- 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
+ 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