We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02e43ee commit 77d5dffCopy full SHA for 77d5dff
.github/workflows/macos-release.yml
@@ -29,7 +29,7 @@ jobs:
29
run: |
30
cd web
31
bun install
32
- REACT_APP_VERSION=$(git describe --tags) bun run build
+ DISABLE_ESLINT_PLUGIN='true' VITE_REACT_APP_VERSION=$(git describe --tags) bun run build
33
cd ..
34
- name: Set up Go
35
uses: actions/setup-go@v3
.github/workflows/windows-release.yml
@@ -32,7 +32,7 @@ jobs:
36
37
38
0 commit comments