Skip to content

Commit

Permalink
Update make-v2-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mojo-jojo-lol authored Oct 15, 2023
1 parent 2beb05f commit 46adf33
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/make-v2-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ jobs:
run: |
# Increment the version in the UA
echo "// 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
cat packages/commons/src/version.ts
- name: Build
run: |
npm run build -w packages/batch \
-w packages/commons \
npm run build -w packages/commons \
-w packages/batch \
-w packages/idempotency \
-w packages/logger \
-w packages/metrics \
Expand Down

0 comments on commit 46adf33

Please sign in to comment.