We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0d9f53 + 704a00a commit 72119e8Copy full SHA for 72119e8
.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
# dont change anything
33
workflows:
34
version: 2
0 commit comments