فهرست منبع

chore: update CI workflows

CaIon 9 ماه پیش
والد
کامیت
77d5dff0c6
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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