Browse Source

chore: update CI workflows

CaIon 9 months ago
parent
commit
77d5dff0c6
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/macos-release.yml
  2. 1 1
      .github/workflows/windows-release.yml

+ 1 - 1
.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

+ 1 - 1
.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