Skip to content

Commit adfdd78

Browse files
authored
Merge pull request #822 from github/fix/remove-skip-ci-from-publish
fix: remove [skip ci] from publish workflow
2 parents d24a964 + c10e819 commit adfdd78

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
@@ -50,5 +50,5 @@ jobs:
5050
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
5151
git add -A
5252
git add -f plugins/*/agents/ plugins/*/skills/
53-
git commit -m "chore: publish from staged [skip ci]" --allow-empty
53+
git commit -m "chore: publish from staged" --allow-empty
5454
git push origin HEAD:main --force

0 commit comments

Comments
 (0)