We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ea7b4d commit ca7133eCopy full SHA for ca7133e
.github/workflows/publish.yml
@@ -29,4 +29,5 @@ jobs:
29
- name: Publish package
30
uses: JS-DevTools/npm-publish@v1
31
with:
32
- token: ${{ secrets.NPM_TOKEN }}
+ token: ${{ secrets.NPM_TOKEN }}
33
+ access: "public"
0 commit comments