diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e2b340..51b4464 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -121,6 +121,6 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Publish on npm - run: npm publish + run: npm publish --provenance --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}