ci: omit patch+minor instead of using ^version pattern

This commit is contained in:
Ryan Walters
2025-08-20 10:30:09 -05:00
parent 51498b234e
commit f507277827

View File

@@ -81,7 +81,7 @@ jobs:
- name: Install Tauri CLI
uses: taiki-e/cache-cargo-install-action@v2
with:
tool: tauri-cli@^2.0.0
tool: tauri-cli@2
locked: true
- name: Install Linux dependencies