We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c47b134 commit 0af6e94Copy full SHA for 0af6e94
.github/workflows/publish_web_ui.yml
@@ -54,7 +54,7 @@ jobs:
54
node-version-file: './ui/.nvmrc'
55
- name: Bump file versions (temporarily for Web UI publish)
56
env:
57
- CURRENT_VERSION: ${{ steps.get-version.outputs.current_version }}
+ CURRENT_VERSION: ${{ steps.get-version.outputs.highest_semver_tag }}
58
NEXT_VERSION: ${{ steps.get-version.outputs.version_without_prefix }}
59
run: python ./infra/scripts/release/bump_file_versions.py ${CURRENT_VERSION} ${NEXT_VERSION}
60
- name: Install yarn dependencies
0 commit comments