From 12031dac18471a308b36a68ecfcecf8a787c5234 Mon Sep 17 00:00:00 2001 From: Giang Minh Date: Wed, 26 Jun 2024 22:30:46 +0700 Subject: [PATCH] fix build console error --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 768d240b..be2b2714 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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