소스 검색

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