We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc1603a commit 2fffef0Copy full SHA for 2fffef0
.github/workflows/make-version.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Update user agent version
35
run: |
36
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
+ echo -e "// this file is auto generated, do not modify\nexport const PT_VERSION = '$VERSION';" > packages/commons/src/version.ts
38
- name: Stage changes
39
run: git add .
40
- name: Set release version
0 commit comments