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 340b545 commit beae02bCopy full SHA for beae02b
.github/workflows/node.js.yml
@@ -84,7 +84,7 @@ jobs:
84
server-token: ${{ secrets.TURBO_SERVER_TOKEN }}
85
86
- name: Version
87
- run: yarn lerna version "$(node -e "console.log(require('semver').inc(require('./lerna.json').version, 'patch'))")-pre.${{ github.run_number }}"
+ run: yarn lerna version "$(node -e "console.log(require('semver').inc(require('./lerna.json').version, 'patch'))")-pre.${{ github.run_number }}" --yes
88
89
- name: Build
90
run: yarn turbo run build --color --concurrency=5
0 commit comments