From 15582fef2910eaae7271f71656928c194e3676e6 Mon Sep 17 00:00:00 2001 From: mym0404 Date: Thu, 14 Mar 2024 14:25:42 +0900 Subject: [PATCH] fix: fix build output --- .github/workflows/publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index db3a2b11..ce0dd021 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,6 +36,9 @@ jobs: if: steps.cache.outputs.cache-hit != 'true' run: yarn install --immutable + - name: Build + run: yarn build + - name: Semantic Release uses: cycjimmy/semantic-release-action@v4 env: