mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix: don't update octobase on release action
This commit is contained in:
3
.github/workflows/client-app.yml
vendored
3
.github/workflows/client-app.yml
vendored
@@ -54,9 +54,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm i -r
|
run: pnpm i -r
|
||||||
- name: Install OctoBase
|
|
||||||
run: pnpm build:prerequisite
|
|
||||||
working-directory: client-app
|
|
||||||
|
|
||||||
- name: Make macOS (x64)
|
- name: Make macOS (x64)
|
||||||
run: pnpm build:app
|
run: pnpm build:app
|
||||||
|
|||||||
Reference in New Issue
Block a user