From dc7299caef78febb5dba244a56d70f9acbcc3e42 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Sat, 23 May 2026 23:47:22 -0500 Subject: [PATCH] fix(ci): replace & with 'and' in auto-release workflow name Go YAML parser may choke on & in workflow name during dispatch. Authored-by: Moko Consulting Co-Authored-By: Claude Opus 4.6 (1M context) --- .mokogitea/workflows/auto-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mokogitea/workflows/auto-release.yml b/.mokogitea/workflows/auto-release.yml index 1367ed1..2fcf3c6 100644 --- a/.mokogitea/workflows/auto-release.yml +++ b/.mokogitea/workflows/auto-release.yml @@ -23,7 +23,7 @@ # | | # +========================================================================+ -name: "Universal: Build & Release" +name: "Universal: Build and Release" on: pull_request: -- 2.52.0