Skip to content

Commit c10e819

Browse files
aaronpowellCopilot
andcommitted
fix: remove [skip ci] from publish workflow
The [skip ci] tag in the publish commit message was preventing downstream workflows (e.g. deploy-website.yml) from triggering on the push to main. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 6b4da94 commit c10e819

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)