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
@@ -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