Skip to content

Commit b37c143

Browse files
committed
fix(pencil): remove dry run option in publish job for circle ci
1 parent 00162f4 commit b37c143

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
@@ -59,7 +59,7 @@ jobs:
5959
key: v1-dependencies-{{ checksum "package.json" }}
6060

6161
# run linter
62-
- run: yarn semantic-release -d
62+
- run: yarn semantic-release
6363

6464
workflows:
6565
version: 2

0 commit comments

Comments
 (0)