Skip to content

Commit f5078bf

Browse files
committed
changed package scope access for action
1 parent cce283b commit f5078bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ jobs:
1212
- run: npm run build
1313
- uses: JS-DevTools/npm-publish@v1
1414
with:
15-
token: ${{ secrets.NPM_TOKEN }}
15+
token: ${{ secrets.NPM_TOKEN }}
16+
access: "public"

0 commit comments

Comments
 (0)