Skip to content

Commit 111f890

Browse files
committed
Release workflow update
1 parent 79b0caf commit 111f890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Install Dependencies
5151
run: pnpm install --frozen-lockfile
5252
- name: Build
53-
run: pnpm build
53+
run: pnpm -r --workspace-concurrency=1 build
5454
- name: Release
5555
run: pnpm run release:ci -- ${{github.event.inputs.releaseType}}
5656
env:

0 commit comments

Comments
 (0)