chore: format

This commit is contained in:
xiaojunnuo
2026-05-31 01:45:15 +08:00
parent 4b57a0d729
commit e834e31510
36 changed files with 690 additions and 643 deletions
+4 -5
View File
@@ -3,12 +3,12 @@ on:
push:
branches: ['v2-dev']
paths:
- "trigger/publish.trigger"
- 'trigger/publish.trigger'
workflow_run:
workflows: [ "build-image-for-release" ]
workflows: ['build-image-for-release']
types:
- completed
workflow_dispatch: # 添加手动触发
workflow_dispatch: # 添加手动触发
# schedule:
# - # 国际时间 19:17 执行,北京时间3:17 ↙↙↙ 改成你想要每天自动执行的时间
# - cron: '17 19 * * *'
@@ -29,7 +29,7 @@ jobs:
fetch-depth: 0
lfs: true
ref: 'v2-dev'
- name: publish_to_github
id: publish_to_github
run: |
@@ -39,4 +39,3 @@ jobs:
pnpm install
npm run publish_to_github
working-directory: ./