mirror of
https://github.com/bytedance/xgplayer.git
synced 2025-04-05 11:18:46 +08:00
ci(workflow): 彻底完成发版自动化脚本的开发
This commit is contained in:
parent
a6ea0dc5ac
commit
4d582a698a
8
.github/workflows/publish.yml
vendored
8
.github/workflows/publish.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user