Skip to content

Commit

Permalink
💚 fix publish (#1416)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuitos authored Apr 24, 2021
1 parent e3366e3 commit fec9d32
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 22 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/now.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: qiankun - deploy
name: Qiankun Doc Deploy
on:
push:
branches:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/publish-1.x.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/publish-latest.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/publish-next.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-notify.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

1 comment on commit fec9d32

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for qiankun ready!

✅ Preview
https://qiankun-p4qdou24k-umijs.vercel.app

Built with commit fec9d32.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.