File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 3737 with :
3838 dotnet-version : ' 8.0.x'
3939
40-
41- - name : Update Directory.Build.props version from tag
42- working-directory : Rewrite
43- run : |
44- sed -i -E "s/<VersionPrefix>.*<\/VersionPrefix>/<VersionPrefix>${GITHUB_REF#refs/tags/v}<\/VersionPrefix>/g" Directory.Build.props
45-
4640 - name : build
4741 run : |
4842 (cd Rewrite && dotnet publish Rewrite.sln)
7165 publish \
7266 closeAndReleaseSonatypeStagingRepository --info
7367
68+ - name : Update Directory.Build.props version from tag
69+ working-directory : Rewrite
70+ run : |
71+ sed -i -E "s/<VersionPrefix>.*<\/VersionPrefix>/<VersionPrefix>${GITHUB_REF#refs/tags/v}<\/VersionPrefix>/g" Directory.Build.props
72+
7473 - name : publish-dotnet-release
7574 if : (!contains(github.ref, '-rc.'))
7675 run : |
You can’t perform that action at this time.
0 commit comments