]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Remove setting of version in package-lock since it does not exist and pnpm-lock does...
authorJacco van den Berg <jaccoberg2281@gmail.com>
Wed, 12 Oct 2022 13:25:04 +0000 (15:25 +0200)
committerGitHub <noreply@github.com>
Wed, 12 Oct 2022 13:25:04 +0000 (09:25 -0400)
.github/workflows/release.yml

index 6b5d18c43020019a810cc9e379840d87a8c0395f..43226dbfc5b88e92bf331e769fd4099bce37aff8 100644 (file)
@@ -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