Files
skill-template/toutiao-publisher/.github/workflows/release_skill.yaml
2026-04-04 10:35:02 +08:00

14 lines
459 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 打 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