mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 07:16:23 -04:00
ci: fix release config
This commit is contained in:
parent
a3869e55c1
commit
9db1478ab1
4
.github/release-please/config.json
vendored
4
.github/release-please/config.json
vendored
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue