File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ steps:
1717 displayName : Update version number in react-spaces package.json to $(GitVersion.SemVer)
1818 inputs :
1919 targetType : ' inline'
20- script : sed -i "s/0.0.1/$GITVERSIONNUMBER /g" package.json
20+ script : sed -i "s/0.2.2/$(GitVersion.MajorMinorPatch) /g" package.json
2121 env :
2222 GITVERSIONNUMBER : $(GitVersion.SemVer)
2323
2424- task : Bash@3
2525 displayName : Update version number in react-spaces-storybook package.json to $(GitVersion.SemVer)
2626 inputs :
2727 targetType : ' inline'
28- script : sed -i "s/0.0.1/$GITVERSIONNUMBER /g" .storybook/package.json
28+ script : sed -i "s/0.2.2/$(GitVersion.MajorMinorPatch) /g" .storybook/package.json
2929 env :
3030 GITVERSIONNUMBER : $(GitVersion.SemVer)
3131
You can’t perform that action at this time.
0 commit comments