From 1607cf4601926bb3fb87db66917103c5bfeb9017 Mon Sep 17 00:00:00 2001 From: geographika Date: Wed, 19 Jun 2024 17:09:34 +0200 Subject: [PATCH] fix: re-add build step --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 98c14ed..2c08893 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,6 +19,9 @@ jobs: - name: Install dependencies ⏬ run: npm ci + - name: Build 🏗️ + run: npm run build + - name: Release 🚀 uses: cycjimmy/semantic-release-action@v4.1.0 id: semantic