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 03257e5 commit cce1d5aCopy full SHA for cce1d5a
.github/workflows/patch.yml
@@ -39,8 +39,13 @@ jobs:
39
fetch-depth: 0
40
- id: step1
41
run: echo "newTag=`echo $(echo ${{needs.setup-outputs.outputs.currentTag}} | awk 'BEGIN{FS=OFS="."} {$3+=1} 1')`" >> $GITHUB_ENV
42
+ - name: Edit csproj
43
+ run: sed -i 's+<VersionPrefix>${{needs.setup-outputs.outputs.currentTag}}</VersionPrefix>+<VersionPrefix>$newTag</VersionPrefix>+g' ./README.md
44
+ - run: cat ./README.md
45
- id: step2
46
run: echo "realeseNote=`echo $(git log 0.0.09..master --format=format:'- [%s](https://github.com/TiLied/CSharpToJavaScript/commit/%H)')`" >> $GITHUB_ENV
- - run: |
47
+
48
+ - name: Environments
49
+ run: |
50
echo $newTag
51
echo $realeseNote
0 commit comments