Skip to content

Commit 2fffef0

Browse files
committed
chore(ci): fix version bump ua
1 parent cc1603a commit 2fffef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/make-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Update user agent version
3535
run: |
3636
VERSION=$(cat lerna.json | jq .version -r)
37-
echo -e "// this file is auto generated, do not modify\nexport const VERSION = '$VERSION';" > packages/commons/src/version.ts
37+
echo -e "// this file is auto generated, do not modify\nexport const PT_VERSION = '$VERSION';" > packages/commons/src/version.ts
3838
- name: Stage changes
3939
run: git add .
4040
- name: Set release version

0 commit comments

Comments
 (0)