Skip to content

fix(ci): sync tauri.conf.json version in release-gui workflow#5

Merged
TrueNine merged 1 commit intomainfrom
dev
Feb 15, 2026
Merged

fix(ci): sync tauri.conf.json version in release-gui workflow#5
TrueNine merged 1 commit intomainfrom
dev

Conversation

@TrueNine
Copy link
Copy Markdown
Owner

Summary

Fixes #2release-gui.yml now syncs the version from cli/package.json to both gui/src-tauri/Cargo.toml and gui/src-tauri/tauri.conf.json.

Change

Added a jq command in the "Sync Tauri version from package.json" step to update tauri.conf.json alongside Cargo.toml. Uses temp file + mv pattern to avoid truncation risk.

jq is pre-installed on all GitHub Actions runners, no extra setup needed.

Closes #2

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@TrueNine TrueNine merged commit 5f6d88f into main Feb 15, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Incomplete version synchronization in release-gui.yml

1 participant