Skip to content

Commit

Permalink
fix: attach workspace when releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 2, 2018
1 parent b03b605 commit daa43ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/circle.yml.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
keys:
- v0-release-{{checksum ".circleci/config.yml"}}
- v0
- attach_workspace: {at: node_modules}
- run: |
export PATH=/usr/local/share/.config/yarn/global/node_modules/.bin:$PATH
yarn global add @anycli/semantic-release@1 semantic-release@12
Expand Down

0 comments on commit daa43ea

Please sign in to comment.