Skip to content

Commit

Permalink
Merge pull request #771 from reactioncommerce/akarshit-semantic-release
Browse files Browse the repository at this point in the history
fix: remove dry from semantic release
  • Loading branch information
Akarshit authored Jun 23, 2021
2 parents b40d62f + c623a85 commit 36e04fb
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 @@ -87,7 +87,7 @@ jobs:
- reaction-v3-node-modules-{{ .Branch }}
- run:
name: Push the latest version to npm
command: yarn run semantic-release --dry-run
command: yarn run semantic-release

docker-build-push:
<<: *defaults
Expand Down

0 comments on commit 36e04fb

Please sign in to comment.