From 6fa2fc7def4edca4c7b2f00c1d9d601a40cb3455 Mon Sep 17 00:00:00 2001 From: Mo Date: Tue, 14 Jun 2022 09:41:22 -0500 Subject: [PATCH] chore: workflow --- .github/workflows/components.publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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