Skip to content

Commit a44bc38

Browse files
committed
fix(release): fix broken release 5.1.0
1 parent bf7424f commit a44bc38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ branch:
77
master: release
88
hooks:
99
preRelease:
10-
- cd dist && yarn version --new-version $(./go-semantic-release next)
10+
- yarn version --new-version $(./go-semantic-release next)
11+
- yarn build
1112
- echo //registry.npmjs.org/:_authToken=$NPM_TOKEN >> ~/.npmrc
1213
- yarn publish dist
1314
- rm ~/.npmrc

0 commit comments

Comments
 (0)