ci(workflow): 彻底完成发版自动化脚本的开发

This commit is contained in:
fuyuhao 2023-05-15 21:29:13 +08:00 committed by 付宇豪
parent a6ea0dc5ac
commit 4d582a698a

View File

@ -5,7 +5,7 @@ name: Release Version
on:
push:
# branchs: ["main"]
branchs: ["main"]
tags: ["v*"]
jobs:
build:
@ -37,9 +37,9 @@ jobs:
- name: install repo dependencies
run: |
yarn install --registry="https://registry.yarnpkg.com"
# - name: build
# run: |
# yarn build:all
- name: build
run: |
yarn build:all
- name: upload build
uses: actions/upload-artifact@v3
with: