From 73d939204437a084a562a4d9aa8132142bb23700 Mon Sep 17 00:00:00 2001 From: Dmitriy Kovalenko Date: Sun, 21 Jun 2026 19:23:29 -0700 Subject: [PATCH] fix: do not skip ci on release artifact commit --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 52f13a05..71bd791b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -612,7 +612,7 @@ jobs: with: # Workflow runs on detached HEAD at the v* tag — explicit target needed. branch: main - commit_message: "chore: bump fff-mcp release artifacts to v${{ steps.version.outputs.version }} [skip ci]" + commit_message: "chore: bump fff-mcp release artifacts to v${{ steps.version.outputs.version }}" file_pattern: "Formula/fff-mcp.rb install-mcp.sh" commit_user_name: github-actions[bot] commit_user_email: 41898282+github-actions[bot]@users.noreply.github.com