Skip to content

Commit 0b54338

Browse files
authored
Remove setting of version in package-lock since it does not exist and pnpm-lock does not have it (#10789)
1 parent 02a7bdb commit 0b54338

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
pnpm install
3838
pnpm install -g json
3939
json -I -f package.json -e "this.version=\"$VERSION\""
40-
json -I -f package-lock.json -e "this.version=\"$VERSION\""
4140
pnpm run build
4241
./scripts/docs-config.sh "$VERSION" release
4342
pnpm run docs

0 commit comments

Comments
 (0)