From 5acc9388cc6e4f305c25a249f733b79ae930aa1d Mon Sep 17 00:00:00 2001 From: linonetwo Date: Thu, 9 Feb 2023 22:56:39 +0800 Subject: [PATCH] fix: don't update octobase on release action --- .github/workflows/client-app.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/client-app.yml b/.github/workflows/client-app.yml index 8c1b644210..f6b6618f11 100644 --- a/.github/workflows/client-app.yml +++ b/.github/workflows/client-app.yml @@ -54,9 +54,6 @@ jobs: - name: Install dependencies run: pnpm i -r - - name: Install OctoBase - run: pnpm build:prerequisite - working-directory: client-app - name: Make macOS (x64) run: pnpm build:app