We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f0a10b commit 27fded7Copy full SHA for 27fded7
1 file changed
.github/workflows/release.yml
@@ -55,7 +55,7 @@ jobs:
55
echo "package.json version: $PKG_VERSION"
56
57
# Get version from tauri.conf.json
58
- TAURI_VERSION=$(jq -r .package.version src-tauri/tauri.conf.json)
+ TAURI_VERSION=$(jq -r .version src-tauri/tauri.conf.json)
59
echo "tauri.conf.json version: $TAURI_VERSION"
60
61
# Get version from Cargo.toml using grep/sed
@@ -81,6 +81,7 @@ jobs:
81
echo "✅ Tag version matches all version files."
82
83
build:
84
+ name: Build and Sign for All Platforms
85
needs: [check_tag_version]
86
strategy:
87
fail-fast: false
@@ -209,6 +210,8 @@ jobs:
209
210
211
release-for-linux-arm:
212
name: Release Build for Linux ARM
213
+ needs: [check_tag_version]
214
+
215
216
217
matrix:
0 commit comments