From beb177e59a20302ba767d83e01fc9a5450291719 Mon Sep 17 00:00:00 2001 From: Ed Sungik Choi Date: Sat, 9 Dec 2023 20:35:37 +0900 Subject: [PATCH] ci: remove typecheck step graphql type declarartion issue (only generated by development script) --- .github/workflows/release.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2cea128..8c9f3c2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,18 +20,15 @@ jobs: with: node-version-file: .nvmrc + - name: Build + run: yarn build + - name: Install Dependencies run: yarn install --frozen-lockfile - name: Lint run: yarn lint - - name: Type Check - run: yarn typecheck - - - name: Build - run: yarn build - - name: Release uses: cycjimmy/semantic-release-action@v4 env: