1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-04-02 18:18:24 +08:00

Merge pull request #46 from mmdapl/feat/fix-style

fix: 修复release CD异常
This commit is contained in:
mmdapl
2023-09-11 23:29:28 +08:00
committed by GitHub

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