chore: release

This commit is contained in:
xiaojunnuo
2026-01-14 15:25:27 +08:00
parent 4d754fa78d
commit a9f68187d4
3 changed files with 10 additions and 23 deletions

View File

@@ -55,17 +55,3 @@ 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