diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index a881f26..1f2b4af 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -62,6 +62,10 @@ jobs: with: node-version: '22' registry-url: 'https://registry.npmjs.org' + cache: 'yarn' + + - name: Install dependencies + run: yarn install --frozen-lockfile - name: Publish to NPM - run: npm publish --access public + run: npm publish --access public --provenance