From 8cc293b9307b0f2a86f4acff5d709fa359fa561a Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Sun, 10 Nov 2024 10:04:10 -0500 Subject: [PATCH] In release only build if present --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4183c487..7857c974 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: run: npm ci - name: Build - run: npm run build --workspaces + run: npm run build --workspaces --if-present - name: Create Release Pull Request or Publish to npm id: changesets