From 357f09e44421c70c9174c094ad9635769ce28e44 Mon Sep 17 00:00:00 2001 From: Alexander Schueren Date: Tue, 20 Feb 2024 14:18:06 +0100 Subject: [PATCH] add new version to version.ts file --- .github/workflows/make-version.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/make-version.yml b/.github/workflows/make-version.yml index 357908381b..0f8c1880ca 100644 --- a/.github/workflows/make-version.yml +++ b/.github/workflows/make-version.yml @@ -32,6 +32,7 @@ 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