Skip to content

Commit

Permalink
fix(release): fix broken release 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightapes committed Jan 14, 2020
1 parent bf7424f commit a44bc38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ branch:
master: release
hooks:
preRelease:
- cd dist && yarn version --new-version $(./go-semantic-release next)
- yarn version --new-version $(./go-semantic-release next)
- yarn build
- echo //registry.npmjs.org/:_authToken=$NPM_TOKEN >> ~/.npmrc
- yarn publish dist
- rm ~/.npmrc
Expand Down

0 comments on commit a44bc38

Please # to comment.