Skip to content

Commit

Permalink
fix: use itself to run tunnckocore-release cli on ci
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 Nov 22, 2018
1 parent 6c2120d commit f6030f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
command: yarn run build || echo "No build step."
- run:
name: Releasing and publishing
command: yarn global add @tunnckocore/release-cli && tunnckocore-release
command: yarn global add @tunnckocore/release-cli && yarn start tunnckocore-release

workflows:
version: 2
Expand Down

0 comments on commit f6030f8

Please sign in to comment.