From b40a1f301be84bf4d575841f85f1adb62cc09bce Mon Sep 17 00:00:00 2001 From: davidon-top Date: Sun, 28 Jan 2024 12:09:39 +0100 Subject: [PATCH] fix: ci --- cargo-generate.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cargo-generate.toml b/cargo-generate.toml index d9dffec..58413bf 100644 --- a/cargo-generate.toml +++ b/cargo-generate.toml @@ -46,7 +46,7 @@ ci = { type = "bool", prompt = "CI?", default = true } ci-release = { type = "bool", prompt = "CI release?", default = true } [conditional.'ci == false'] -ignore = ["github/workflows/ci.yaml"] +ignore = [".github/workflows/ci.yaml"] [conditional.'ci == true'.placeholders] ci-tests = { type = "bool", prompt = "CI tests?", default = true } @@ -54,5 +54,5 @@ ci-fmt = { type = "bool", prompt = "CI fmt?", default = true } ci-clippy = { type = "bool", prompt = "CI clippy?", default = true } [conditional.'ci-release == false'] -ignore = ["github/workflows/release.yaml"] +ignore = [".github/workflows/release.yaml"]