From 0fde770a0552abcbb88d073d56134016b948096e Mon Sep 17 00:00:00 2001 From: nicomiguelino Date: Fri, 14 Aug 2026 11:16:09 -0700 Subject: [PATCH] fix: bump default cli_version in action.yml to v1.2.1 The composite action's cli_version input defaulted to v1.1.1, a release that predates PR #284, which removed the hard-error guard that failed deploys with "No changes detected" when there was nothing to upload. Consumers relying on the default were silently exposed to that failure mode. v1.2.0 and later include the fix, so the default is bumped to v1.2.1, the latest release. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b11cde27..76b771c9 100644 --- a/action.yml +++ b/action.yml @@ -19,7 +19,7 @@ inputs: required: false cli_version: description: "Screenly CLI version." - default: "v1.1.1" + default: "v1.2.1" outputs: cli_commands_response: