Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
fix: do not save semantic-release in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Aug 14, 2019
1 parent 9fc0843 commit 4a8be52
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 @@ -11,7 +11,9 @@ jobs:

- run:
name: Set up GitHub credentials
command: echo "machine github.com login ${GH_USERNAME} password ${GH_TOKEN}" > ~/.netrc
command:
echo "machine github.com login ${GH_USERNAME} password ${GH_TOKEN}"
> ~/.netrc

- run:
name: Install latest npm
Expand Down Expand Up @@ -45,7 +47,7 @@ jobs:
when: on_success
name: Run semantic relase
command: |
npm i semantic-release;
npm i --no-save semantic-release;
npx semantic-release || true
workflows:
Expand Down

0 comments on commit 4a8be52

Please sign in to comment.