You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sed -i 's/0.0.0/v${{inputs.version}}/g' ${{github.workspace}}/src/LineCount.csproj
99
+
sed -i 's@<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>@<IncludeSourceRevisionInInformationalVersion>true</IncludeSourceRevisionInInformationalVersion>@g' ${{github.workspace}}/src/LineCount.csproj
99
100
git commit -am"temporary changes made for tag v${{inputs.version}}"
100
101
git tag -a "v${{inputs.version}}" -m"v${{inputs.version}}"
0 commit comments