Skip to content

Commit 84d3725

Browse files
committed
possible version fix
1 parent bbd0b7c commit 84d3725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
npm install --global replace-in-files-cli
3232
dotnet tool install --global minver-cli --version 2.5.0
33-
version=$(minver --tag-prefix v)
33+
echo $(minver --tag-prefix v) >> $version
3434
echo "MINVERVERSIONOVERRIDE=$version" >> $GITHUB_ENV
3535
npm run version -- $version
3636
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

Comments
 (0)