Quote the "if" key
This commit is contained in:
+1
-1
@@ -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\"";
|
||||
|
||||
Reference in New Issue
Block a user