diff --git a/.github/workflows/publish_web_ui.yml b/.github/workflows/publish_web_ui.yml index 34d0c2b511f..6fcdf241e9a 100644 --- a/.github/workflows/publish_web_ui.yml +++ b/.github/workflows/publish_web_ui.yml @@ -54,7 +54,7 @@ jobs: node-version-file: './ui/.nvmrc' - name: Bump file versions (temporarily for Web UI publish) env: - CURRENT_VERSION: ${{ steps.get-version.outputs.current_version }} + CURRENT_VERSION: ${{ steps.get-version.outputs.highest_semver_tag }} NEXT_VERSION: ${{ steps.get-version.outputs.version_without_prefix }} run: python ./infra/scripts/release/bump_file_versions.py ${CURRENT_VERSION} ${NEXT_VERSION} - name: Install yarn dependencies