Skip to content

Commit ab5ee2e

Browse files
committed
chore(ci): update v2 release workflow (#1745)
1 parent a86cfa8 commit ab5ee2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/make-v2-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
echo -e "// this file is auto generated, do not modify\nexport const PT_VERSION = '2.0.0-alpha.$(jq -r '.iteration' v2.json)';" > packages/commons/src/version.ts
4949
- name: Build
5050
run: |
51-
npm run build -w packages/commons &
5251
npm run build -w packages/batch \
52+
-w packages/commons \
5353
-w packages/idempotency \
5454
-w packages/logger \
5555
-w packages/metrics \

0 commit comments

Comments
 (0)