diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e203577..4e272c0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -40,4 +40,6 @@ jobs: - name: Publish to npm if: ${{ !inputs.dry_run }} - run: npm publish --access public + run: npm publish --access public --provenance + env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}