From d3395d79fad24797d0ad9b59764281d81b3dd931 Mon Sep 17 00:00:00 2001 From: mungai-njoroge Date: Fri, 13 Oct 2023 00:48:35 +0300 Subject: [PATCH] update workflow --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9a93d89..eee56dc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,12 +43,10 @@ jobs: - name: Build client run: | git clone https://github.com/swing-opensource/swingmusic-client.git - - name: Install client dependencies + - name: Build client run: | cd swingmusic-client yarn install - - name: Build client - run: | yarn build --outDir ../client cd .. - name: Install Python 3.10.11