We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ea7b4d + ca7133e commit 860e2b0Copy full SHA for 860e2b0
.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