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: