Skip to content

Commit fb442a8

Browse files
chore(ci): remove --access public after first publish
1 parent fd7dbb9 commit fb442a8

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
@@ -40,6 +40,6 @@ jobs:
4040
- name: Publish
4141
run: |
4242
npm install -g npm@latest
43-
npm publish --provenance --access public
43+
npm publish --provenance
4444
env:
4545
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)