mirror of
https://github.com/halo-dev/plugin-starter.git
synced 2026-01-13 06:05:59 +08:00
19 lines
311 B
YAML
19 lines
311 B
YAML
name: CD
|
|
|
|
on:
|
|
release:
|
|
types:
|
|
- published
|
|
|
|
jobs:
|
|
cd:
|
|
uses: halo-sigs/reusable-workflows/.github/workflows/plugin-cd.yaml@v3
|
|
permissions:
|
|
contents: write
|
|
with:
|
|
ui-path: ui
|
|
pnpm-version: 9
|
|
node-version: 22
|
|
java-version: 21
|
|
skip-appstore-release: true
|