From b10e93f60cff438f42de73b23be2400f54b952c6 Mon Sep 17 00:00:00 2001 From: Lenilson Nascimento Date: Wed, 16 Feb 2022 11:59:35 +0100 Subject: [PATCH] fix(release): fix release github action --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index db1cc69c..132a756d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,6 +24,8 @@ jobs: node-version: 16.x - name: Install dependencies run: yarn install --frozen-lockfile + - name: Build + run: yarn build - name: Semantic Release env: GH_TOKEN: ${{ secrets.GH_TOKEN }}