Skip to content

Commit

Permalink
fix: remove dry from semantic release
Browse files Browse the repository at this point in the history
Signed-off-by: Akarshit Wal <akarshitwal@gmail.com>
  • Loading branch information
Akarshit committed Jun 23, 2021
1 parent 601dd87 commit c623a85
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 c623a85

Please sign in to comment.