Skip to content

Commit 4027d89

Browse files
authored
Fix release 3 (#10)
1 parent 668cbf9 commit 4027d89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
- name: 'Install dependencies'
2222
run: npm ci
2323
- name: 'Publish to NPM'
24-
run: npm publish --provenance --access public
24+
run: npm publish --access public
2525
env:
2626
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)