Skip to content

Commit 36d5866

Browse files
authored
Release 2.0.0 (#16)
1 parent 7c1ba3a commit 36d5866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
run: npm run build
2727

2828
- name: Publish to NPM registry
29-
run: npm publish
29+
run: npm publish --access=public
3030
env:
3131
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)