Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: Fix current version in publish workflow
Signed-off-by: ntkathole <nikhilkathole2683@gmail.com>
  • Loading branch information
ntkathole committed Jul 9, 2025
commit 1e8ea427629c2d3f821a8a5a1328f20e0757cc1d
2 changes: 1 addition & 1 deletion .github/workflows/publish_web_ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down