Skip to content

Commit 5b058e6

Browse files
committed
Add --access public option
1 parent 93d6fd5 commit 5b058e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
- run: yarn run build
2626
env:
2727
NODE_ENV: "production"
28-
- run: yarn publish
28+
- run: yarn publish --access public
2929
env:
3030
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)