diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 9739eb6..719c7a3 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -109,7 +109,7 @@ jobs: - name: Publish working-directory: ${{ env.ARTIFACT_PATH }} - run: npm publish + run: npm publish --provenance --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}