chore: update CI workflows
This commit is contained in:
parent
594636bace
commit
e1039c67f7
2
.github/workflows/macos-release.yml
vendored
2
.github/workflows/macos-release.yml
vendored
@ -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
|
||||
|
||||
2
.github/workflows/windows-release.yml
vendored
2
.github/workflows/windows-release.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user