Skip to content

Commit 26c719a

Browse files
committed
fix: try fix ci
1 parent d142e99 commit 26c719a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ jobs:
7474
fi
7575
7676
# build new preview version
77-
PREVIEW_VERSION="v$MAJOR.$NEW_MINOR.$PATCH"
77+
PREVIEW_VERSION="aide-v$MAJOR.$NEW_MINOR.$PATCH"
7878
echo "New preview version: $PREVIEW_VERSION"
7979
8080
# update package.json
81-
node -e "const fs=require('fs');const pkg=JSON.parse(fs.readFileSync('./package.json'));pkg.version='${PREVIEW_VERSION#v}';fs.writeFileSync('./package.json',JSON.stringify(pkg,null,2));"
81+
node -e "const fs=require('fs');const pkg=JSON.parse(fs.readFileSync('./package.json'));pkg.version='${PREVIEW_VERSION#aide-v}';fs.writeFileSync('./package.json',JSON.stringify(pkg,null,2));"
8282
8383
# create a new git tag
8484
git tag "$PREVIEW_VERSION"

0 commit comments

Comments
 (0)