We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2cb6bde + 0d1a1d1 commit a653f34Copy full SHA for a653f34
1 file changed
.github/workflows/publish.yml
@@ -49,6 +49,6 @@ jobs:
49
git config user.name "github-actions[bot]"
50
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
51
git add -A
52
- git add -f plugins/*/agents/ plugins/*/commands/ plugins/*/skills/
+ git add -f plugins/*/agents/ plugins/*/skills/
53
git commit -m "chore: publish from staged [skip ci]" --allow-empty
54
git push origin HEAD:main --force
0 commit comments