diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1c0de0a..1530c00 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,4 +72,4 @@ jobs: node --input-type=module -e "import('@onkernel/eve-extension').then((m) => { if (typeof m.default !== 'function') process.exit(1); })" - name: Publish to npm - run: npm publish --access public + run: npm publish --access public --provenance