From e6cc00ef1600b5157aaeff949fbb4909c3becaa2 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Sun, 21 Mar 2021 00:01:21 +0100 Subject: [PATCH] add npm install in publish.yml --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 387db40..43e06e8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,6 +14,7 @@ jobs: uses: actions/setup-node@master with: node-version: 14.0.0 + - run: npm install - id: publish uses: JS-DevTools/npm-publish@v1 with: @@ -29,4 +30,4 @@ jobs: release_name: Release ${{ steps.publish.outputs.version }} body: ${{ steps.publish.outputs.version }} draft: false - prerelease: false \ No newline at end of file + prerelease: false