Skip to content

Commit

Permalink
ci: fix release script not installing (#3821)
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoFiers authored Dec 9, 2022
1 parent 123b83c commit a0e2f49
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 @@ -26,6 +26,7 @@ jobs:
echo "Branch: $Branch"
git checkout -b "$Branch"
npm run ci
npm run release
git push origin "$Branch" --force
Expand Down

0 comments on commit a0e2f49

Please sign in to comment.