From 77d5dff0c6961ccc46da67986107bed3c043d538 Mon Sep 17 00:00:00 2001 From: CaIon <1808837298@qq.com> Date: Sun, 8 Jun 2025 03:37:17 +0800 Subject: [PATCH] chore: update CI workflows --- .github/workflows/macos-release.yml | 2 +- .github/workflows/windows-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos-release.yml b/.github/workflows/macos-release.yml index 6fca25f7..3210065b 100644 --- a/.github/workflows/macos-release.yml +++ b/.github/workflows/macos-release.yml @@ -29,7 +29,7 @@ jobs: run: | cd web bun install - REACT_APP_VERSION=$(git describe --tags) bun run build + DISABLE_ESLINT_PLUGIN='true' VITE_REACT_APP_VERSION=$(git describe --tags) bun run build cd .. - name: Set up Go uses: actions/setup-go@v3 diff --git a/.github/workflows/windows-release.yml b/.github/workflows/windows-release.yml index 275514af..de3d83d5 100644 --- a/.github/workflows/windows-release.yml +++ b/.github/workflows/windows-release.yml @@ -32,7 +32,7 @@ jobs: run: | cd web bun install - REACT_APP_VERSION=$(git describe --tags) bun run build + DISABLE_ESLINT_PLUGIN='true' VITE_REACT_APP_VERSION=$(git describe --tags) bun run build cd .. - name: Set up Go uses: actions/setup-go@v3