Skip to content

Commit 27fded7

Browse files
committed
ci: fix version check
1 parent 7f0a10b commit 27fded7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
echo "package.json version: $PKG_VERSION"
5656
5757
# Get version from tauri.conf.json
58-
TAURI_VERSION=$(jq -r .package.version src-tauri/tauri.conf.json)
58+
TAURI_VERSION=$(jq -r .version src-tauri/tauri.conf.json)
5959
echo "tauri.conf.json version: $TAURI_VERSION"
6060
6161
# Get version from Cargo.toml using grep/sed
@@ -81,6 +81,7 @@ jobs:
8181
echo "✅ Tag version matches all version files."
8282
8383
build:
84+
name: Build and Sign for All Platforms
8485
needs: [check_tag_version]
8586
strategy:
8687
fail-fast: false
@@ -209,6 +210,8 @@ jobs:
209210

210211
release-for-linux-arm:
211212
name: Release Build for Linux ARM
213+
needs: [check_tag_version]
214+
212215
strategy:
213216
fail-fast: false
214217
matrix:

0 commit comments

Comments
 (0)