Skip to content

Commit 77d5dff

Browse files
committed
chore: update CI workflows
1 parent 02e43ee commit 77d5dff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/macos-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
cd web
3131
bun install
32-
REACT_APP_VERSION=$(git describe --tags) bun run build
32+
DISABLE_ESLINT_PLUGIN='true' VITE_REACT_APP_VERSION=$(git describe --tags) bun run build
3333
cd ..
3434
- name: Set up Go
3535
uses: actions/setup-go@v3

.github/workflows/windows-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
cd web
3434
bun install
35-
REACT_APP_VERSION=$(git describe --tags) bun run build
35+
DISABLE_ESLINT_PLUGIN='true' VITE_REACT_APP_VERSION=$(git describe --tags) bun run build
3636
cd ..
3737
- name: Set up Go
3838
uses: actions/setup-go@v3

0 commit comments

Comments
 (0)