diff --git a/.github/workflows/components.publish.yml b/.github/workflows/components.publish.yml index 047bc5c5a..f8596d04e 100644 --- a/.github/workflows/components.publish.yml +++ b/.github/workflows/components.publish.yml @@ -41,5 +41,5 @@ jobs: - run: | node scripts/package-components.mjs git add dist - git commit -m 'chore(release): components' + (git commit -m 'chore(release): components') || true (git push -u origin HEAD) || true \ No newline at end of file