💚 fix publish (#1416)
This commit is contained in:
parent
6a2ec1af7e
commit
337c59c62c
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
|
|
@ -1,14 +1,15 @@
|
|||
name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ $default-branch ]
|
||||
pull_request:
|
||||
branches: [ $default-branch ]
|
||||
push:
|
||||
branches:
|
||||
- $default-branch
|
||||
- next
|
||||
- 1.x
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
ci:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
|
|
|
|||
2
.github/workflows/now.yml
vendored
2
.github/workflows/now.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: qiankun - deploy
|
||||
name: Qiankun Doc Deploy
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
|
|
|||
6
.github/workflows/publish-1.x.yml
vendored
6
.github/workflows/publish-1.x.yml
vendored
|
|
@ -1,14 +1,12 @@
|
|||
name: Publish 1.x VERSION
|
||||
name: Publish 1.x Version
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 1.x
|
||||
tags:
|
||||
- v1.*
|
||||
|
||||
jobs:
|
||||
build:
|
||||
publish:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
|
|
|||
6
.github/workflows/publish-latest.yml
vendored
6
.github/workflows/publish-latest.yml
vendored
|
|
@ -1,14 +1,12 @@
|
|||
name: Publish LATEST VERSION
|
||||
name: Publish Latest Version
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
tags:
|
||||
- v2.*
|
||||
|
||||
jobs:
|
||||
build:
|
||||
publish:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
|
|
|||
8
.github/workflows/publish-next.yml
vendored
8
.github/workflows/publish-next.yml
vendored
|
|
@ -1,17 +1,13 @@
|
|||
name: Publish NEXT VERSION
|
||||
name: Publish Next Version
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- next
|
||||
tags:
|
||||
- v3.*
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
|
|
|||
4
.github/workflows/release-notify.yml
vendored
4
.github/workflows/release-notify.yml
vendored
|
|
@ -1,11 +1,11 @@
|
|||
name: Release notify
|
||||
name: Release Notify
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
notify:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Send DingGroup1 Notify
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user