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