We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3614c11 commit 7441d5fCopy full SHA for 7441d5f
.github/workflows/publish-npm.yml
@@ -12,6 +12,6 @@ jobs:
12
node-version: "14.x"
13
registry-url: "https://registry.npmjs.org/"
14
- run: npm install
15
- - run: npm publish
+ - run: npm publish --access public
16
env:
17
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments