mirror of
https://github.com/142vip/408CSFamily.git
synced 2026-02-03 02:23:38 +08:00
fix: 修复release CD异常
This commit is contained in:
4
.github/workflows/CD.yaml
vendored
4
.github/workflows/CD.yaml
vendored
@@ -114,8 +114,8 @@ jobs:
|
||||
name: "创建Github发布"
|
||||
runs-on: ubuntu-latest
|
||||
needs: install-init
|
||||
## 主库且tag更新时执行
|
||||
if: github.repository == '142vip/408CSFamily' && startsWith(github.ref, 'refs/tags/v')
|
||||
## 主库master、next且执行release更新时执行
|
||||
if: github.repository == '142vip/408CSFamily' && startsWith(github.event.head_commit.message, 'chore(release):')
|
||||
|
||||
steps:
|
||||
- name: Restore Dependencies From cache
|
||||
|
||||
Reference in New Issue
Block a user