Skip to content

Commit

Permalink
fix: nvm not found error fix in release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmoysrt committed Mar 28, 2024
1 parent 18eebcf commit 02e6bcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ jobs:
go-version: 1.22.1
- name: Build Dashboard
run: |
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
(rm -rf swiftwave_service/dashboard/www || true)
mkdir -p swiftwave_service/dashboard/www
cd dashboard
Expand Down

0 comments on commit 02e6bcd

Please sign in to comment.