Merge pull request #822 from github/fix/remove-skip-ci-from-publish

fix: remove [skip ci] from publish workflow
This commit is contained in:
Aaron Powell
2026-02-27 10:12:00 +11:00
committed by GitHub

View File

@@ -50,5 +50,5 @@ jobs:
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add -A
git add -f plugins/*/agents/ plugins/*/skills/
git commit -m "chore: publish from staged [skip ci]" --allow-empty
git commit -m "chore: publish from staged" --allow-empty
git push origin HEAD:main --force