Use full tag

This commit is contained in:
Ludea 2024-08-16 16:56:10 +02:00 committed by GitHub
parent d3d5fc5974
commit 6e2bb74c0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,10 +24,10 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^1.10.1", "@actions/core": "^1.10.1",
"@tauri-apps/cli": "2.0.0-rc", "@tauri-apps/cli": "2.0.0-rc.0",
"@tauri-apps/cli-darwin-x64": "2.0.0-rc", "@tauri-apps/cli-darwin-x64": "2.0.0-rc.0",
"@tauri-apps/cli-linux-x64-gnu": "2.0.0-rc", "@tauri-apps/cli-linux-x64-gnu": "2.0.0-rc.0",
"@tauri-apps/cli-win32-x64-msvc": "2.0.0-rc", "@tauri-apps/cli-win32-x64-msvc": "2.0.0-rc.0",
"string-argv": "^0.3.2", "string-argv": "^0.3.2",
"tiny-glob": "^0.2.9" "tiny-glob": "^0.2.9"
}, },