Skip to content

Commit

Permalink
ci(CircleCI): Fix npx command to install semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
estahn committed Apr 20, 2018
1 parent 4471e04 commit 0ebc8ad
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 @@ -8,7 +8,7 @@ jobs:
- checkout
- setup_remote_docker
- run: docker build -t hipages/rabbitmq:latest .
- run: npx -p semantic-release-docker semantic-release
- run: npx -p semantic-release-docker -p semantic-release -- semantic-release

workflows:
version: 2
Expand Down

0 comments on commit 0ebc8ad

Please sign in to comment.