We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 654daa6 commit 7bae9e3Copy full SHA for 7bae9e3
.circleci/config.yml
@@ -28,7 +28,7 @@ jobs:
28
- attach_workspace:
29
at: .
30
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
31
- - run: npm publish --tag=test-release
+ - run: npm publish --access public --tag=test-release
32
33
workflows:
34
version: 2
0 commit comments