diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3af0561..e654d87 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,6 +13,6 @@ jobs: node-version: "20.x" registry-url: "https://registry.npmjs.org" - run: npm ci - - run: npm publish + - run: npm publish --provenance --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}