1 parent 0033ec6 commit e8ac6d9Copy full SHA for e8ac6d9
1 file changed
.github/workflows/publish.yml
@@ -35,7 +35,7 @@ jobs:
35
with:
36
node-version: "24"
37
registry-url: "https://registry.npmjs.org"
38
- - run: npm publish --provenance --ignore-scripts
+ - run: npm publish
39
if: startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch'
40
env:
41
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments