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 bbd0b7c commit 84d3725Copy full SHA for 84d3725
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
run: |
31
npm install --global replace-in-files-cli
32
dotnet tool install --global minver-cli --version 2.5.0
33
- version=$(minver --tag-prefix v)
+ echo $(minver --tag-prefix v) >> $version
34
echo "MINVERVERSIONOVERRIDE=$version" >> $GITHUB_ENV
35
npm run version -- $version
36
replace-in-files --regex='\/(v?((\d+)\.(\d+)(\.(\d+))?)(?:-([\dA-Za-z-]+(?:\.[\dA-Za-z-]+)*))?(?:\+([\dA-Za-z-]+(?:\.[\dA-Za-z-]+)*))?)' --replacement=/$version packages/core/src/configuration/Configuration.ts
0 commit comments