Skip to content

Commit

Permalink
fix: use @tunnckocore/release-cli temporary
Browse files Browse the repository at this point in the history
Signed-off-by: Charlike Mike Reagent <mameto2011@gmail.com>
  • Loading branch information
Charlike Mike Reagent committed Jan 31, 2019
1 parent 8b2e733 commit 3deb9c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
command: yarn run build || echo "No build step."
- run:
name: Releasing and publishing
command: yarn run release || (yarn global add @standard-release/cli && yarn run release)
command: yarn run release || (yarn global add @tunnckocore/release-cli && yarn run release)

workflows:
version: 2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"commit-dry": "git status --porcelain && git add -A && gitcommit -sS",
"precommit": "lint-staged && yarn test",
"commit": "yarn commit-dry",
"release": "standard-release"
"release": "tunnckocore-release"
},
"engines": {
"node": "^8.9.0 || ^10.12.0"
Expand Down

0 comments on commit 3deb9c1

Please sign in to comment.