Update autorelease.yml
This commit is contained in:
parent
fa683517a0
commit
a13458d602
4
.github/workflows/autorelease.yml
vendored
4
.github/workflows/autorelease.yml
vendored
|
@ -21,8 +21,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: '18.x'
|
node-version: '18.x'
|
||||||
- name: Install dependencies NUI
|
- name: Install dependencies NUI
|
||||||
run: cd web && yarn install --frozen-lockfile
|
working-directory: ./web
|
||||||
|
run: yarn install --frozen-lockfile
|
||||||
- name: Build Bundles
|
- name: Build Bundles
|
||||||
|
working-directory: ./web
|
||||||
run: yarn build
|
run: yarn build
|
||||||
- uses: CupOfTea696/gh-action-auto-release@v1.0.0
|
- uses: CupOfTea696/gh-action-auto-release@v1.0.0
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user