Skip to content

Commit 7e24dac

Browse files
authored
add access: public to publish script (#570)
1 parent 2680a27 commit 7e24dac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ jobs:
2222
- run: npm install
2323
- uses: JS-DevTools/npm-publish@v1
2424
with:
25-
token: ${{ secrets.NPM_TOKEN }}
25+
token: ${{ secrets.NPM_TOKEN }}
26+
access: 'public'

0 commit comments

Comments
 (0)