Skip to content

Commit

Permalink
fix(pencil): remove dry run option in publish job for circle ci
Browse files Browse the repository at this point in the history
  • Loading branch information
marconi1992 committed Sep 9, 2019
1 parent 00162f4 commit b37c143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
key: v1-dependencies-{{ checksum "package.json" }}

# run linter
- run: yarn semantic-release -d
- run: yarn semantic-release

workflows:
version: 2
Expand Down

0 comments on commit b37c143

Please sign in to comment.