ci: Remove `tauri-driver` from covector config (#11588)

we messed up the versions which causes the publishing pipeline to fail all the time.

i doubt we'll release any further v1 tauri-driver updates anyway
This commit is contained in:
Fabian-Lars 2024-11-05 12:14:15 +01:00 committed by GitHub
parent 8fd4dbdc18
commit 9752eb638f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 5 deletions

View File

@ -288,11 +288,6 @@
"name": "${ pkg.pkg }-${ pkgFile.version }.crate"
}
]
},
"tauri-driver": {
"path": "./tooling/webdriver",
"manager": "rust",
"postversion": "cargo check"
}
}
}