Skip to content

Commit ca7133e

Browse files
committed
.github/workflows/publish.yml: publish with the public access arg because this package is scoped and is therefore published as private by default
1 parent 1ea7b4d commit ca7133e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ jobs:
2929
- name: Publish package
3030
uses: JS-DevTools/npm-publish@v1
3131
with:
32-
token: ${{ secrets.NPM_TOKEN }}
32+
token: ${{ secrets.NPM_TOKEN }}
33+
access: "public"

0 commit comments

Comments
 (0)