Skip to content

Commit

Permalink
Update release-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
scottqueen-bixal authored Mar 20, 2024
1 parent 0e7331f commit e9e5636
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ jobs:
- name: Building benefit-finder module
run: |
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
cd benefit-finder
nvm install node # --reinstall-packages-from=node
cd ..
bash ./mv-benefit-finder-app.sh
- name: Setup CF CLI
Expand Down

0 comments on commit e9e5636

Please sign in to comment.