Skip to content

Commit 0af6e94

Browse files
authored
fix: Fix current version in publish workflow (feast-dev#5499)
Signed-off-by: ntkathole <[email protected]>
1 parent c47b134 commit 0af6e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_web_ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
node-version-file: './ui/.nvmrc'
5555
- name: Bump file versions (temporarily for Web UI publish)
5656
env:
57-
CURRENT_VERSION: ${{ steps.get-version.outputs.current_version }}
57+
CURRENT_VERSION: ${{ steps.get-version.outputs.highest_semver_tag }}
5858
NEXT_VERSION: ${{ steps.get-version.outputs.version_without_prefix }}
5959
run: python ./infra/scripts/release/bump_file_versions.py ${CURRENT_VERSION} ${NEXT_VERSION}
6060
- name: Install yarn dependencies

0 commit comments

Comments
 (0)