From 9752eb638f665532d7766db9eade98eae3ef7d55 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Tue, 5 Nov 2024 12:14:15 +0100 Subject: [PATCH] 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 --- .changes/config.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.changes/config.json b/.changes/config.json index 81eba74c685b..48d339e2a069 100644 --- a/.changes/config.json +++ b/.changes/config.json @@ -288,11 +288,6 @@ "name": "${ pkg.pkg }-${ pkgFile.version }.crate" } ] - }, - "tauri-driver": { - "path": "./tooling/webdriver", - "manager": "rust", - "postversion": "cargo check" } } }