Skip to content

Commit

Permalink
Remove setting of version in package-lock since it does not exist and…
Browse files Browse the repository at this point in the history
… pnpm-lock does not have it (chartjs#10789)
  • Loading branch information
LeeLenaleee committed Oct 12, 2022
1 parent 02a7bdb commit 0b54338
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
pnpm install
pnpm install -g json
json -I -f package.json -e "this.version=\"$VERSION\""
json -I -f package-lock.json -e "this.version=\"$VERSION\""
pnpm run build
./scripts/docs-config.sh "$VERSION" release
pnpm run docs
Expand Down

0 comments on commit 0b54338

Please sign in to comment.