Skip to content

Commit 3ceca8c

Browse files
author
Alfred Brockotter
committed
chore: removed dry run
1 parent c137ae8 commit 3ceca8c

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,5 +32,5 @@ jobs:
3232
# Release
3333
- run:
3434
name: release
35-
command: npm run semantic-release --dry-run || true
35+
command: npm run semantic-release || true
3636
secrets: [ npm_token, gh_token ]

0 commit comments

Comments
 (0)