Update build.yml

This commit is contained in:
liuzhihang 2022-11-14 23:01:46 +08:00 committed by GitHub
parent d667d8a578
commit 2aa0790c9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -9,9 +9,6 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Build distribution
run: |
pnpm build
- name: Compress zip
run: |
PACKAGE_VERSION=$(sed -nE 's/^\s*"version": "(.*?)",$/\1/p' package.json)