Skip to content

Commit e8ac6d9

Browse files
author
Tim Willebrands
committed
i hate cicd
1 parent 0033ec6 commit e8ac6d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
node-version: "24"
3737
registry-url: "https://registry.npmjs.org"
38-
- run: npm publish --provenance --ignore-scripts
38+
- run: npm publish
3939
if: startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch'
4040
env:
4141
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)