Skip to content

Commit 2bc8ba6

Browse files
Update npm-publish.yml
1 parent 9dbeeb6 commit 2bc8ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ jobs:
5858
run: yarn build
5959

6060
- name: Publish to NPM
61-
run: yarn publish --access=public
61+
run: yarn publish --access public
6262
env:
6363
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)