Skip to content

Commit 36e04fb

Browse files
authored
Merge pull request #771 from reactioncommerce/akarshit-semantic-release
fix: remove dry from semantic release
2 parents b40d62f + c623a85 commit 36e04fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- reaction-v3-node-modules-{{ .Branch }}
8888
- run:
8989
name: Push the latest version to npm
90-
command: yarn run semantic-release --dry-run
90+
command: yarn run semantic-release
9191

9292
docker-build-push:
9393
<<: *defaults

0 commit comments

Comments
 (0)