We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a4e1de commit 4c1a728Copy full SHA for 4c1a728
.github/workflows/publish.yaml
@@ -24,6 +24,7 @@ jobs:
24
with:
25
token: ${{ secrets.NPM_PUBLISH_FOR_PUBLIC_REPO }}
26
registry: "https://registry.npmjs.org"
27
+ access: public
28
29
- if: steps.publish.outputs.type != 'none'
30
run: |
0 commit comments