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 ac75a3b commit 406b4a9Copy full SHA for 406b4a9
.circleci/config.yml
@@ -54,7 +54,7 @@ jobs:
54
git remote set-url origin "https://github.com/nodkz/mongodb-memory-server.git" > /dev/null 2>&1
55
git checkout master
56
echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" >> $HOME/.npmrc 2> /dev/null
57
- - run: yarn release
+ - run: yarn release --yes
58
59
workflows:
60
version: 2
0 commit comments