From 9159326bea9edc54f3536ed9b3006083495e2779 Mon Sep 17 00:00:00 2001 From: Robin Malfait Date: Wed, 20 Dec 2023 20:10:00 +0100 Subject: [PATCH] skip checking types for now Not really an issue with the types, but with this part of the GitHub Actions --- .github/workflows/prepare-release.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index 76cd560..52ce28f 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -26,13 +26,6 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Check Types - run: | - yarn build - yarn lint-types - env: - CI: true - - run: git fetch --tags -f - name: Resolve version