Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Commit d19584b

Browse files
committed
Fix release workflow
1 parent bc2fcec commit d19584b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
MAJOR_VERSION="v$MAJOR_VERSION_NUMBER"
2929
3030
# Prepare code to upload
31+
npm install
3132
npm run all
3233
git config user.name github-actions
3334
git config user.email github-actions@github.com

0 commit comments

Comments
 (0)