Skip to content

Commit 8146a71

Browse files
committed
chore: adds a public modifier when publishing a package
1 parent 0576916 commit 8146a71

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
@@ -25,6 +25,6 @@ jobs:
2525
run: npm run build
2626

2727
- name: Publish to npm
28-
run: npm publish
28+
run: npm publish --access public
2929
env:
3030
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)