diff --git a/.github/workflows/new-release-branch.yaml b/.github/workflows/new-release-branch.yaml index 8aac9c8d0064a..80b4ec6cb0d59 100644 --- a/.github/workflows/new-release-branch.yaml +++ b/.github/workflows/new-release-branch.yaml @@ -67,7 +67,8 @@ jobs: # corepack enable npm npm install -g $(jq -r '.packageManager' < package.json) npm --version - - env: + - name: Bump version, LKG, and create release branch + env: BRANCH_NAME: ${{ inputs.branch_name }} PACKAGE_VERSION: ${{ inputs.package_version }} CORE_MAJOR_MINOR: ${{ inputs.core_major_minor }} diff --git a/.github/workflows/set-version.yaml b/.github/workflows/set-version.yaml index c1a328c60c2ee..f94bb336479b0 100644 --- a/.github/workflows/set-version.yaml +++ b/.github/workflows/set-version.yaml @@ -72,7 +72,8 @@ jobs: # branch_name - the target branch # package_version - the full version string (eg, `3.9.1-rc` or `3.9.2`) # core_major_minor - the major.minor pair associated with the desired package_version (eg, `3.9` for `3.9.3`) - - env: + - name: Bump version and LKG + env: PACKAGE_VERSION: ${{ inputs.package_version }} CORE_MAJOR_MINOR: ${{ inputs.core_major_minor }} run: |