ci: revamp app build workflow, introduce a new one for release deployment (#3921)

* feat(ci): clean up app release build workflow, set app versions to match tag's

* feat(ci): rename Theseus build workflow, add new release workflow

* chore(ci): minor tweaks to `theseus-build` workflow

* chore: update workflow reference in comments
This commit is contained in:
Alejandro González
2025-07-06 23:41:52 +02:00
committed by GitHub
parent 0e35135093
commit a32fe6a41f
7 changed files with 259 additions and 176 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "theseus"
version = "0.10.1"
version = "1.0.0-local" # The actual version is set by the theseus-build workflow on tagging
authors = ["Jai A <jaiagr+gpg@pm.me>"]
edition.workspace = true