Skip to content

Commit bd151b6

Browse files
committed
ci: refactor workflow files to use external reusable workflows
- Replace publish-release.yml and sync.yml with references to external repository reusable workflows - Simplify configuration by removing duplicate steps and permission declarations - Use inherit to inherit organization-level secret configuration
1 parent 7a15e1f commit bd151b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches: [main]
66
workflow_dispatch:
7+
78
jobs:
89
publish-release:
910
# 引用外部仓库的可重用工作流

0 commit comments

Comments
 (0)