Files
sharelink/.github/workflows/cd.yaml
T
shirainbown 2f631149eb
CI / ci (push) Has been cancelled
ci: enable appstore release sync
2026-08-03 01:06:15 +08:00

19 lines
463 B
YAML

name: CD
on:
release:
types:
- published
jobs:
cd:
uses: halo-sigs/reusable-workflows/.github/workflows/plugin-cd.yaml@v4
permissions:
contents: write
with:
ui-path: "ui"
# 前端产物已提交进仓库,CI 无需安装 Node/pnpm(否则 setup-node 缓存保存会失败)
skip-node-setup: true
# 已上架应用市场,Release 发布时自动同步到应用市场
skip-appstore-release: false