We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b536666 commit f3ae331Copy full SHA for f3ae331
.github/workflows/release.yaml
@@ -22,7 +22,7 @@ jobs:
22
# - https://github.blog/changelog/2020-10-02-npm-automation-tokens/ and
23
# - https://docs.npmjs.com/creating-and-viewing-access-tokens
24
# TODO (later) Remove --no-git-tag-version and --no-push and use lerna publish instead of lerna version
25
- - run: bin/needs-release.js || npx lerna version --no-git-tag-version --no-push --yes
+ - run: npx lerna version --no-git-tag-version --no-push --yes
26
27
# TODO (later) remove this?
28
- run: git status
bin/needs-release.js
0 commit comments