Skip to content

Commit 3b7b1da

Browse files
committed
publish-release should not need a package-lock.json
Signed-off-by: Matteo Collina <hello@matteocollina.com>
1 parent 3123907 commit 3b7b1da

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/publish-releases.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,11 @@ jobs:
2929
with:
3030
node-version: '22'
3131
registry-url: 'https://registry.npmjs.org'
32-
cache: 'npm'
3332
- run: npm install npm -g
3433
- run: npm install
3534
- name: Change version number and sync
3635
run: |
3736
node scripts/update-version.mjs ${{ inputs.version }}
38-
- name: update lockfile
39-
run: npm install
4037
- name: GIT commit and push all changed files
4138
run: |
4239
git config --global user.name "mcollina"

0 commit comments

Comments
 (0)