From eb5ef47f6e52e453f765f6e0d314ab61cf0f10ff Mon Sep 17 00:00:00 2001 From: Andrea Amorosi Date: Mon, 28 Jul 2025 08:50:23 +0200 Subject: [PATCH] ci: move version step --- .github/workflows/make-version.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/make-version.yml b/.github/workflows/make-version.yml index c78dd5f9d1..723e08c991 100644 --- a/.github/workflows/make-version.yml +++ b/.github/workflows/make-version.yml @@ -45,8 +45,7 @@ jobs: release-type: ${{ github.event.inputs.release-type }} - name: Update user agent version run: | - VERSION=$(${{ steps.version-n-changelog.outputs.new-version }}) - echo -e "// this file is auto generated, do not modify\nexport const PT_VERSION = '$VERSION';" > packages/commons/src/version.ts + echo -e "// this file is auto generated, do not modify\nexport const PT_VERSION = '${{ steps.version-n-changelog.outputs.new-version }}';" > packages/commons/src/version.ts - name: Stage changes run: git add . - name: Create PR