Quote the "if" key

This commit is contained in:
Greg Hellings
2024-11-19 06:54:56 +00:00
parent 029b9f8af2
commit af64ddf036
+1 -1
View File
@@ -98,7 +98,7 @@ let
image = "registry.gitlab.com/gitlab-org/release-cli:latest";
rules = [
{
if = "$CI_COMMIT_TAG";
"if" = "$CI_COMMIT_TAG";
}
];
script = "echo \"Tagging as released\"";