💚 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
|
name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches: [ $default-branch ]
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ $default-branch ]
|
push:
|
||||||
|
branches:
|
||||||
|
- $default-branch
|
||||||
|
- next
|
||||||
|
- 1.x
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
ci:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- 1.x
|
|
||||||
tags:
|
tags:
|
||||||
- v1.*
|
- v1.*
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
publish:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
tags:
|
tags:
|
||||||
- v2.*
|
- v2.*
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
publish:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- next
|
|
||||||
tags:
|
tags:
|
||||||
- v3.*
|
- v3.*
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
publish:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- 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:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
notify:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Send DingGroup1 Notify
|
- name: Send DingGroup1 Notify
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user