Skip to content

Commit a653f34

Browse files
authored
Merge pull request #811 from github/aaronpowell-patch-1
Removing force add of commands folder
2 parents 2cb6bde + 0d1a1d1 commit a653f34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
git config user.name "github-actions[bot]"
5050
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
5151
git add -A
52-
git add -f plugins/*/agents/ plugins/*/commands/ plugins/*/skills/
52+
git add -f plugins/*/agents/ plugins/*/skills/
5353
git commit -m "chore: publish from staged [skip ci]" --allow-empty
5454
git push origin HEAD:main --force

0 commit comments

Comments
 (0)