Skip to content

Commit a9e85b9

Browse files
committed
remove provenance flag from npm publish to fix authentication issues 🔧
1 parent 54ffae1 commit a9e85b9

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
@@ -33,4 +33,4 @@ jobs:
3333
run: npm run build
3434

3535
- name: Publish to npm
36-
run: npm publish --provenance --access public
36+
run: npm publish

0 commit comments

Comments
 (0)