Update build.yml
This commit is contained in:
parent
d667d8a578
commit
2aa0790c9f
|
@ -9,9 +9,6 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Build distribution
|
|
||||||
run: |
|
|
||||||
pnpm build
|
|
||||||
- name: Compress zip
|
- name: Compress zip
|
||||||
run: |
|
run: |
|
||||||
PACKAGE_VERSION=$(sed -nE 's/^\s*"version": "(.*?)",$/\1/p' package.json)
|
PACKAGE_VERSION=$(sed -nE 's/^\s*"version": "(.*?)",$/\1/p' package.json)
|
||||||
|
|
Loading…
Reference in New Issue