16 行
294 B
YAML
16 行
294 B
YAML
name: Theme CD
|
|
|
|
on:
|
|
release:
|
|
types:
|
|
- published
|
|
|
|
jobs:
|
|
cd:
|
|
uses: https://github.com/halo-sigs/reusable-workflows/.github/workflows/theme-cd.yaml@v3
|
|
permissions:
|
|
contents: write
|
|
with:
|
|
skip-appstore-release: true
|
|
node-version: 22
|
|
pnpm-version: 10 |