Skip to content

Commit cd39d82

Browse files
authored
chore(ci): revert automate user agent version bump (#2105)
This reverts commit e8cd460.
1 parent e8cd460 commit cd39d82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/make-version.yml

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
id: bump-version
3333
run: |
3434
npx lerna version --conventional-commits --no-git-tag-version --no-push --no-commit-hooks --yes
35-
echo "// this file is auto generated, do not modify\nexport const PT_VERSION = '$(jq -r '.version' lerna.json)';" > packages/commons/src/version.ts
3635
git add .
3736
- name: Set release version
3837
id: set-release-version

0 commit comments

Comments
 (0)