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

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pablovilas committed Jun 9, 2024
1 parent bc2fcec commit d19584b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]
Expand Down

0 comments on commit d19584b

Please sign in to comment.