mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
chore: release
This commit is contained in:
@@ -55,17 +55,3 @@ jobs:
|
|||||||
}
|
}
|
||||||
retry-count: 3
|
retry-count: 3
|
||||||
retry-delay: 5000
|
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
|
|
||||||
@@ -4,10 +4,10 @@ on:
|
|||||||
branches: ['v2-dev']
|
branches: ['v2-dev']
|
||||||
paths:
|
paths:
|
||||||
- "trigger/publish.trigger"
|
- "trigger/publish.trigger"
|
||||||
# workflow_run:
|
workflow_run:
|
||||||
# workflows: [ "deploy-demo" ]
|
workflows: [ "build-image-for-release" ]
|
||||||
# types:
|
types:
|
||||||
# - completed
|
- completed
|
||||||
|
|
||||||
# schedule:
|
# schedule:
|
||||||
# - # 国际时间 19:17 执行,北京时间3:17 ↙↙↙ 改成你想要每天自动执行的时间
|
# - # 国际时间 19:17 执行,北京时间3:17 ↙↙↙ 改成你想要每天自动执行的时间
|
||||||
|
|||||||
@@ -4,10 +4,10 @@ on:
|
|||||||
branches: ['v2-dev']
|
branches: ['v2-dev']
|
||||||
paths:
|
paths:
|
||||||
- "trigger/publish.trigger"
|
- "trigger/publish.trigger"
|
||||||
# workflow_run:
|
workflow_run:
|
||||||
# workflows: [ "deploy-demo" ]
|
workflows: [ "build-image-for-release" ]
|
||||||
# types:
|
types:
|
||||||
# - completed
|
- completed
|
||||||
|
|
||||||
# schedule:
|
# schedule:
|
||||||
# - # 国际时间 19:17 执行,北京时间3:17 ↙↙↙ 改成你想要每天自动执行的时间
|
# - # 国际时间 19:17 执行,北京时间3:17 ↙↙↙ 改成你想要每天自动执行的时间
|
||||||
@@ -32,4 +32,5 @@ jobs:
|
|||||||
export GITEE_TOKEN=${{ secrets.GITEE_TOKEN }}
|
export GITEE_TOKEN=${{ secrets.GITEE_TOKEN }}
|
||||||
pnpm install
|
pnpm install
|
||||||
npm run publish_to_gitee
|
npm run publish_to_gitee
|
||||||
working-directory: ./
|
working-directory: ./
|
||||||
|
|
||||||
Reference in New Issue
Block a user