Skip to content

Commit

Permalink
fix build console error
Browse files Browse the repository at this point in the history
  • Loading branch information
giangndm committed Jun 26, 2024
1 parent b48b2af commit 12031da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Build dashboard
run: |
VERSION=$(cat bin/CONSOLE_FRONTEND)
git clone --depth 1 --branch https://github.com/8xFF/atm0s-media-server-console.git
git clone --depth 1 --branch $VERSION https://github.com/8xFF/atm0s-media-server-console.git
cd atm0s-media-server-console
pnpm install
cd apps/console
Expand Down

0 comments on commit 12031da

Please sign in to comment.