From 18dd67b5e71c020b27f45ade6a7efd5d38f4f058 Mon Sep 17 00:00:00 2001 From: mungai-njoroge Date: Fri, 13 Oct 2023 00:43:16 +0300 Subject: [PATCH] update workflow --- .github/workflows/release.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 11a18ae6..9a93d89e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,14 +43,18 @@ jobs: - name: Build client run: | git clone https://github.com/swing-opensource/swingmusic-client.git + - name: Install client dependencies + run: | cd swingmusic-client yarn install + - name: Build client + run: | yarn build --outDir ../client cd .. - - name: Setup Python 3.10 + - name: Install Python 3.10.11 uses: actions/setup-python@v2 with: - python-version: "3.10.13" + python-version: "3.10.11" - name: Install Poetry run: | pip install poetry