Add OpenClaw skills, platform kit, and template docs
Made-with: Cursor
This commit is contained in:
13
toutiao-publisher/.github/workflows/release_skill.yaml
vendored
Normal file
13
toutiao-publisher/.github/workflows/release_skill.yaml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# 打 tag(如 v1.0.2)后触发:加密打包、调用平台 API 同步元数据(入库)、上传制品、清理旧版本。
|
||||
# 逻辑在 admin/jiangchang-platform-kit 的 reusable-release-skill.yaml 中。
|
||||
name: 头条技能发布
|
||||
on:
|
||||
push:
|
||||
tags: ["v*"]
|
||||
|
||||
jobs:
|
||||
release:
|
||||
uses: admin/jiangchang-platform-kit/.github/workflows/reusable-release-skill.yaml@main
|
||||
with:
|
||||
artifact_platform: windows
|
||||
pyarmor_platform: windows.x86_64
|
||||
Reference in New Issue
Block a user