From af64ddf03649bc7a0f13b6eb1c85c419e2b1e1e2 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Tue, 19 Nov 2024 06:54:56 +0000 Subject: [PATCH] Quote the "if" key --- nix/continue.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/continue.nix b/nix/continue.nix index d3132e9..f399f53 100644 --- a/nix/continue.nix +++ b/nix/continue.nix @@ -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\"";