We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 091309b commit b438ce2Copy full SHA for b438ce2
.circleci/config.yml
@@ -29,7 +29,7 @@ jobs:
29
at: .
30
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
31
- run: npm install
32
- - run: npm publish --tag=test=release
+ - run: npm publish
33
# dont change anything
34
workflows:
35
version: 2
0 commit comments