Skip to content

Commit c623a85

Browse files
committed
fix: remove dry from semantic release
Signed-off-by: Akarshit Wal <akarshitwal@gmail.com>
1 parent 601dd87 commit c623a85

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)