💚 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: ""
|
CI: ""
|
||||||
run: |
|
run: |
|
||||||
cd web
|
cd web
|
||||||
yarn install
|
npm install
|
||||||
REACT_APP_VERSION=$(git describe --tags) yarn run build
|
REACT_APP_VERSION=$(git describe --tags) npm run build
|
||||||
cd ..
|
cd ..
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user