Skip to content

Commit

Permalink
fix: remove extra git checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ authored Apr 8, 2020
1 parent 74751ac commit 7054f20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
- run: npm install
- run: npm run build
- run: npm install semantic-release @semantic-release/changelog @semantic-release/git @semantic-release/github @semantic-release/npm @semantic-release/commit-analyzer @semantic-release/release-notes-generator
- run: git checkout .
- run: ./node_modules/.bin/semantic-release
- save_cache: *save-deps-cache

Expand Down

0 comments on commit 7054f20

Please sign in to comment.