Skip to content

Commit

Permalink
chore(ci): update v2 release workflow (#1745)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamorosi committed Jan 27, 2024
1 parent 7e41c0e commit 2e0b283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make-v2-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
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
- name: Build
run: |
npm run build -w packages/commons &
npm run build -w packages/batch \
-w packages/commons \
-w packages/idempotency \
-w packages/logger \
-w packages/metrics \
Expand Down

0 comments on commit 2e0b283

Please sign in to comment.