chore: 拆分git publish

This commit is contained in:
xiaojunnuo
2026-01-14 15:23:42 +08:00
parent 6d07ab2bc5
commit 4d754fa78d
4 changed files with 50 additions and 21 deletions
+13
View File
@@ -56,3 +56,16 @@ jobs:
retry-count: 3
retry-delay: 5000
- name: deploy-certd-doc
uses: tyrrrz/action-http-request@master
with:
url: ${{ secrets.WEBHOOK_CERTD_DOC }}
method: POST
body: |
{
"CERTD_VERSION": "1.0.0"
}
headers: |
Content-Type: application/json
retry-count: 3
retry-delay: 5000