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