From 71e53a0b8270b4e7d8c59ad987d8024f9529c56a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Thu, 13 Oct 2022 04:02:25 +0200 Subject: [PATCH] fix(CI): fix release script (#380) --- .github/workflows/CI.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8dff446b..eef99a83 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -104,6 +104,9 @@ jobs: with: node-version: 18 + - name: 📥 Install dependencies + run: npm install + - name: 🚀 Release uses: cycjimmy/semantic-release-action@v3 with: