From 2f2b09d805f12a62c52ed1bd67150ddd29c62395 Mon Sep 17 00:00:00 2001 From: Andrea Amorosi Date: Tue, 20 Feb 2024 14:26:44 +0100 Subject: [PATCH] Revert "chore(ci): automate user agent version bump (#2105)" This reverts commit e8cd4608ed85507d48237d7cb4f3ffb30a6f6243. --- .github/workflows/make-version.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/make-version.yml b/.github/workflows/make-version.yml index 0f8c1880ca..357908381b 100644 --- a/.github/workflows/make-version.yml +++ b/.github/workflows/make-version.yml @@ -32,7 +32,6 @@ jobs: id: bump-version run: | npx lerna version --conventional-commits --no-git-tag-version --no-push --no-commit-hooks --yes - echo "// this file is auto generated, do not modify\nexport const PT_VERSION = '$(jq -r '.version' lerna.json)';" > packages/commons/src/version.ts git add . - name: Set release version id: set-release-version