diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1605423..a1de02e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: git commit -m "chore: release v$ver [skip ci]" git push origin HEAD:main - name: Install dependencies - run: npm ci --ignore-scripts --no-optional + run: npm install --ignore-scripts - name: Publish package run: npm publish env: