Skip to content

Commit

Permalink
Merge pull request #28 from PedroTroller/build/semantic-release-no-ci
Browse files Browse the repository at this point in the history
build: disable CI verifiation on release process
  • Loading branch information
PedroTroller committed Nov 4, 2020
2 parents 1b044be + ac1e80a commit 9a007cd
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 @@ -61,7 +61,7 @@ jobs:
- run: |
nvm install 15.0.1
npm install
node_modules/.bin/semantic-release
node_modules/.bin/semantic-release --ci false
workflows:
Expand Down

0 comments on commit 9a007cd

Please sign in to comment.