diff --git a/knope.toml b/knope.toml index 1d85818..b5dfedc 100644 --- a/knope.toml +++ b/knope.toml @@ -27,6 +27,7 @@ path = "artifacts/persisted-query-to-rest-x86_64-pc-windows-msvc.tgz" [[workflows]] name = "prepare-release" +allow_empty = true [[workflows.steps]] type = "PrepareRelease" @@ -46,6 +47,7 @@ command = "git push" [[workflows]] name = "release" +allow_empty = true [[workflows.steps]] type = "Release"