We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b304b39 commit 61b4bd2Copy full SHA for 61b4bd2
.github/workflows/publish.yml
@@ -18,6 +18,6 @@ jobs:
18
registry-url: "https://registry.npmjs.org"
19
cache: yarn
20
- run: yarn install --frozen-lockfile
21
- - run: npm publish
+ - run: npm publish --access public
22
env:
23
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments