From d19584b46273c26d57ce4cd4f353716ece88729d Mon Sep 17 00:00:00 2001 From: Pablo Vilas Date: Sun, 9 Jun 2024 12:31:07 -0500 Subject: [PATCH] Fix release workflow --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9894bd3..d8586e7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,6 +28,7 @@ jobs: MAJOR_VERSION="v$MAJOR_VERSION_NUMBER" # Prepare code to upload + npm install npm run all git config user.name github-actions git config user.email github-actions@github.com