From 87b2968dc8568ce86479ba3af633df2554a1c16c Mon Sep 17 00:00:00 2001 From: Robbert Date: Fri, 13 Dec 2024 12:25:05 +0100 Subject: [PATCH] Update .github/workflows/continuous-deployment.yml Co-authored-by: matijs --- .github/workflows/continuous-deployment.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml index 394472ce3..a30a5ef45 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/continuous-deployment.yml @@ -118,8 +118,7 @@ jobs: pnpm run --if-present build - name: Check the release - run: | - pnpm run --if-present lint-release + run: pnpm run lint-release - name: Publish to GitHub repository uses: changesets/action@aba318e9165b45b7948c60273e0b72fce0a64eb9 # v1.4.7