We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa350f5 commit d1fdf89Copy full SHA for d1fdf89
.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
32
33
workflows:
34
version: 2
0 commit comments