Browse Source

Update build.yml

pull/211/head
Caven Chen 5 months ago
parent
commit
d4b596c76a
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .github/workflows/build.yml

+ 1
- 1
.github/workflows/build.yml View File

with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Publish project - name: Publish project
run: yarn && yarn run build:release
run: yarn install --force && yarn run build:release

Loading…
Cancel
Save