Fix version bump (#8083)

This commit is contained in:
Jack Amadeo
2026-03-24 09:29:49 -04:00
committed by GitHub
parent 928f4ac46a
commit 4c4cebb418
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ jobs:
# Update version in package.json
source ./bin/activate-hermit
cd ui/desktop
pnpm version ${{ inputs.version }} --no-git-tag-version --allow-same-version
npm pkg set "version=${{ inputs.version }}"
- name: Cache Rust dependencies
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
# Update version in package.json
source ./bin/activate-hermit
cd ui/desktop
pnpm version ${{ inputs.version }} --no-git-tag-version --allow-same-version
npm pkg set "version=${{ inputs.version }}"
- name: Debug workflow info
env:
+1 -1
View File
@@ -107,7 +107,7 @@ jobs:
source ./bin/activate-hermit
# Update version in package.json
cd ui/desktop
pnpm version "${VERSION}" --no-git-tag-version --allow-same-version
npm pkg set "version=${VERSION}"
- name: Cache Rust dependencies
uses: Swatinem/rust-cache@v2
+1 -1
View File
@@ -328,7 +328,7 @@ get-prior-version version:
bump-version version:
@just validate {{ version }} || exit 1
@uvx --from=toml-cli toml set --toml-path=Cargo.toml "workspace.package.version" {{ version }}
@cd ui/desktop && pnpm version {{ version }} --no-git-tag-version --allow-same-version
@cd ui/desktop && npm pkg set "version={{ version }}"
# update Cargo.lock after bumping versions in Cargo.toml
@cargo update --workspace
@just set-openapi-version {{ version }}