Skip to content

Commit

Permalink
ci(circle): update config
Browse files Browse the repository at this point in the history
  • Loading branch information
exactlyaron committed Jan 3, 2020
1 parent 23a2bf0 commit bcdc40a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
command: npm install
- run:
name: release
command: npx semantic-release
command: |
chmod +x version_plugin
npx semantic-release
workflows:
Expand All @@ -49,4 +51,4 @@ workflows:
- test
filters:
branches:
only: master
only: master

0 comments on commit bcdc40a

Please sign in to comment.