From 28d51a08d4cc1e2c532f4e882f37dcd84aabf41e Mon Sep 17 00:00:00 2001 From: JounQin Date: Sat, 23 Jul 2022 11:34:49 +0800 Subject: [PATCH] ci: add missing build step --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dfa26dde..123e414c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,6 +25,10 @@ jobs: - name: Install Dependencies run: yarn --frozen-lockfile + # required for linting before commit + - name: Build + run: yarn build + - name: Create Release Pull Request id: changesets uses: changesets/action@v1