We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ea707 commit c54e804Copy full SHA for c54e804
1 file changed
.github/workflows/_publish.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Publish
41
uses: rxfork/npm-publish@v1
42
with:
43
- access: public
+ access: restricted
44
target: ${{ steps.meta.outputs.tgz }}
45
token: ${{ secrets.registry_token }}
46
registry: ${{ inputs.registry_host }}
0 commit comments