We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e941b commit f93dfbaCopy full SHA for f93dfba
.circleci/config.yml
@@ -30,7 +30,7 @@ jobs:
30
- attach_workspace:
31
at: .
32
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
33
- - run: npm publish
+ - run: npm publish --tag test-release
34
35
workflows:
36
version: 2
0 commit comments