Skip to content

Commit

Permalink
fix(*): fix broken angular 13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightapes committed Nov 12, 2021
1 parent a2fd0e3 commit 52253f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ branch:
master: release
hooks:
preRelease:
- yarn version --new-version $(./go-semantic-release next)
- yarn version --cwd projects/ngx-validators --new-version $(./go-semantic-release next)
- yarn build
- echo //registry.npmjs.org/:_authToken=$NPM_TOKEN >> ~/.npmrc
- yarn publish dist/ngx-validators

0 comments on commit 52253f5

Please sign in to comment.