Skip to content

Commit 6809006

Browse files
Update release.yml
Add access public modifier
1 parent ee85e18 commit 6809006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

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

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

0 commit comments

Comments
 (0)