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