Skip to content

Commit

Permalink
Merge pull request #16 from snyk-labs/feat/enable-sem-rel-pulishing
Browse files Browse the repository at this point in the history
Removed --dry-run flag from semantic-release to start publishing
  • Loading branch information
maxjeffos authored Nov 5, 2019
2 parents b3a4a35 + 165fbd4 commit e2b35c8
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 @@ -35,7 +35,7 @@ jobs:
name: Semantic Release
command: |
echo "doing semantic-release..."
npx semantic-release --dry-run
npx semantic-release
workflows:
version: 2
Expand Down

0 comments on commit e2b35c8

Please sign in to comment.