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 2e4b150 commit cda4c93Copy full SHA for cda4c93
azure-pipelines.yml
@@ -21,15 +21,15 @@ steps:
21
targetType: "inline"
22
script: sed -i "s/0.2.2/$GITVERSIONNUMBER/g" package.json
23
env:
24
- GITVERSIONNUMBER: $(GitVersion.MajorMinorPatch)
+ GITVERSIONNUMBER: $(GitVersion.SemVer)
25
26
- task: Bash@3
27
displayName: Update version number in react-spaces-storybook package.json
28
inputs:
29
30
script: sed -i "s/0.2.2/$GITVERSIONNUMBER/g" .storybook/package.json
31
32
33
34
- task: NodeTool@0
35
0 commit comments