💚 ci: windows does not use .lock files
This commit is contained in:
parent
a3719cd78a
commit
8ca239095b
4
.github/workflows/windows-release.yml
vendored
4
.github/workflows/windows-release.yml
vendored
@ -26,8 +26,8 @@ jobs:
|
||||
CI: ""
|
||||
run: |
|
||||
cd web
|
||||
yarn install
|
||||
REACT_APP_VERSION=$(git describe --tags) yarn run build
|
||||
npm install
|
||||
REACT_APP_VERSION=$(git describe --tags) npm run build
|
||||
cd ..
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v3
|
||||
|
Loading…
Reference in New Issue
Block a user