Skip to content

Commit

Permalink
chore: add checkout step to release job
Browse files Browse the repository at this point in the history
  • Loading branch information
dkontorovskyy committed Jul 13, 2020
1 parent c400fdc commit 496f4d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ jobs:
- image: circleci/node:<< parameters.node_version >>
resource_class: small
steps:
- checkout
- install_deps
- run: sudo npm i -g semantic-release @semantic-release/exec pkg
- run:
Expand Down

0 comments on commit 496f4d4

Please sign in to comment.