Update autorelease.yml

This commit is contained in:
Lorraxs 2024-01-17 17:34:27 +07:00
parent fa683517a0
commit a13458d602

View File

@ -21,8 +21,10 @@ jobs:
with:
node-version: '18.x'
- name: Install dependencies NUI
run: cd web && yarn install --frozen-lockfile
working-directory: ./web
run: yarn install --frozen-lockfile
- name: Build Bundles
working-directory: ./web
run: yarn build
- uses: CupOfTea696/gh-action-auto-release@v1.0.0
with: