mirror of
https://github.com/Xevion/byte-me.git
synced 2025-12-06 01:14:33 -06:00
ci: omit patch+minor instead of using ^version pattern
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user