docs: standardize skill-template and add development guide
All checks were successful
技能自动化发布 / release (push) Successful in 22s
All checks were successful
技能自动化发布 / release (push) Successful in 22s
This commit is contained in:
28
.github/workflows/release_skill.yaml
vendored
28
.github/workflows/release_skill.yaml
vendored
@@ -1,27 +1,13 @@
|
||||
# -----------------------------------------------------------------------------
|
||||
# 技能发布工作流(占位)
|
||||
# -----------------------------------------------------------------------------
|
||||
# 不同组织使用不同的复用工作流、制品格式与加密策略。
|
||||
# 使用本模板时,请将下面 jobs 整段替换为你们自己的 workflow,
|
||||
# 或删除本文件若暂不需要 GitHub Actions。
|
||||
#
|
||||
# 设计原则(行业常见):
|
||||
# - 通过 tag 触发发布(如 v*)
|
||||
# - 制品与版本号可追溯,与 SKILL.md 中 version 对齐
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
name: skill-release-placeholder
|
||||
|
||||
name: 技能自动化发布
|
||||
on:
|
||||
push:
|
||||
tags: ["v*"]
|
||||
|
||||
jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Placeholder
|
||||
run: |
|
||||
echo "Replace this workflow with your organization's reusable workflow."
|
||||
echo "Example pattern: jobs.release.uses: <org>/<kit>/.github/workflows/reusable-release-skill.yaml@ref"
|
||||
exit 0
|
||||
uses: admin/jiangchang-platform-kit/.github/workflows/reusable-release-skill.yaml@main
|
||||
secrets:
|
||||
PYARMOR_REG_B64: ${{ secrets.PYARMOR_REG_B64 }}
|
||||
with:
|
||||
artifact_platform: windows
|
||||
pyarmor_platform: windows.x86_64
|
||||
|
||||
Reference in New Issue
Block a user