diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 47ed3d5..8a34899 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,6 +28,6 @@ jobs: node-version: 20 registry-url: https://registry.npmjs.org/ - run: npm ci - - run: npm publish --provenance --access public + - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_SECRET }}