From 784d3c064f17488ec9ba1fe7aec070e6e787fda6 Mon Sep 17 00:00:00 2001 From: Simone Corsi Date: Fri, 5 Nov 2021 17:22:51 +0100 Subject: [PATCH] fix: missing npm install in ci --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e93917c..4502ac3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,6 +37,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} + - uses: bahmutov/npm-install@v1 - name: Semantic release uses: codfish/semantic-release-action@v1 env: