From 0d1a1d105ef74bc9c94ca20f1e26c1e8a93fa380 Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Wed, 25 Feb 2026 15:57:24 +1100 Subject: [PATCH] Removing force add of commands folder Prompts aren't supported anymore so we don't need to try and add them. --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 665a282c5..7b2ae118a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -49,6 +49,6 @@ jobs: git config user.name "github-actions[bot]" git config user.email "41898282+github-actions[bot]@users.noreply.github.com" git add -A - git add -f plugins/*/agents/ plugins/*/commands/ plugins/*/skills/ + git add -f plugins/*/agents/ plugins/*/skills/ git commit -m "chore: publish from staged [skip ci]" --allow-empty git push origin HEAD:main --force