ci: fix release config

This commit is contained in:
LoricAndre 2024-12-04 15:05:03 +01:00 committed by GitHub
parent a3869e55c1
commit 9db1478ab1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,11 +8,11 @@
},
"e2e": {
"skip-github-release": true,
"exclude-paths": "*"
"exclude-paths": ["*"]
},
"xtask": {
"skip-github-release": true,
"exclude-paths": "*"
"exclude-paths": ["*"]
}
},
"plugins": ["cargo-workspace"]