From: Jacco van den Berg Date: Wed, 12 Oct 2022 13:25:04 +0000 (+0200) Subject: Remove setting of version in package-lock since it does not exist and pnpm-lock does... X-Git-Tag: v4.0.0-alpha.2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b54338d7fa10d16c2a2cef9f5493254c8aaa2d4;p=thirdparty%2FChart.js.git Remove setting of version in package-lock since it does not exist and pnpm-lock does not have it (#10789) --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6b5d18c43..43226dbfc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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