1
0
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:
chu fan
2023-09-09 22:42:43 +08:00
parent 343a472837
commit 7ce3714f9b

View File

@@ -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