From c6b9d5ff38423c79971f21819a9ea2e6e4e6e3f4 Mon Sep 17 00:00:00 2001 From: Mo Date: Tue, 14 Jun 2022 08:49:41 -0500 Subject: [PATCH] chore: allow components task to succeed even if no output --- .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 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