Skip to content

Commit

Permalink
fix: force use new-release@4 temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlike Mike Reagent committed Jan 31, 2019
1 parent 7e38af9 commit 0a356d3
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 @tunnckocore/release-cli && yarn run release)
command: yarn run release || (yarn global add new-release@4 && 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 @@
"precommit": "yarn run lint && yarn run test-only",
"commit": "yarn dry",
"dry": "git add -A && git status --porcelain && gitcommit",
"release": "tunnckocore-release"
"release": "new-release"
},
"engines": {
"node": "^8.10.0 || >=10.13.0"
Expand Down

0 comments on commit 0a356d3

Please sign in to comment.