Skip to content

Commit beae02b

Browse files
committed
adds yes flag to verson task
1 parent 340b545 commit beae02b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
server-token: ${{ secrets.TURBO_SERVER_TOKEN }}
8585

8686
- name: Version
87-
run: yarn lerna version "$(node -e "console.log(require('semver').inc(require('./lerna.json').version, 'patch'))")-pre.${{ github.run_number }}"
87+
run: yarn lerna version "$(node -e "console.log(require('semver').inc(require('./lerna.json').version, 'patch'))")-pre.${{ github.run_number }}" --yes
8888

8989
- name: Build
9090
run: yarn turbo run build --color --concurrency=5

0 commit comments

Comments
 (0)