This commit is contained in:
parent
197419945f
commit
daf6750c44
@ -1,3 +1,6 @@
|
|||||||
|
when:
|
||||||
|
- event: [push, tag, manual, pull_request]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
build:
|
build:
|
||||||
#image: node:lts
|
#image: node:lts
|
||||||
@ -29,3 +32,5 @@ steps:
|
|||||||
- yarn build
|
- yarn build
|
||||||
- export VERSION='0.0.0' && yarn build:vscode
|
- export VERSION='0.0.0' && yarn build:vscode
|
||||||
- yarn release
|
- yarn release
|
||||||
|
- ls -la
|
||||||
|
- ls -la release/*
|
Reference in New Issue
Block a user