Skip to content

Commit a739248

Browse files
author
alfredbrockotter
committed
fix(ci): Removed semantic release dry-run
1 parent c0cf7cf commit a739248

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
@@ -32,4 +32,4 @@ jobs:
3232
# Release
3333
- run:
3434
name: release
35-
command: npm run semantic-release --dry-run || true
35+
command: npm run semantic-release || true

0 commit comments

Comments
 (0)