From c1fa4fbc104e9f83c7d5082e7f3f55f4fe40495a Mon Sep 17 00:00:00 2001 From: Raphael Voellmy Date: Mon, 18 Jul 2022 23:20:07 +0400 Subject: [PATCH] ci: add install and build steps to github workflow --- .github/workflows/semantic-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 2af8ddf..c91d22d 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -10,6 +10,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + - run: yarn install + - run: yarn build - name: Semantic Release uses: cycjimmy/semantic-release-action@v3 env: