diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 7bbad911a..a04a868c5 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -74,6 +74,8 @@ jobs: - name: Publish to NPM env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} + # https://docs.npmjs.com/generating-provenance-statements + NPM_CONFIG_PROVENANCE: true run: npm run publish-all - name: Build Docs