chore: 拆分git publish

This commit is contained in:
xiaojunnuo
2026-01-14 15:23:42 +08:00
parent 6d07ab2bc5
commit 4d754fa78d
4 changed files with 50 additions and 21 deletions
+35
View File
@@ -0,0 +1,35 @@
name: publish-gitee
on:
push:
branches: ['v2-dev']
paths:
- "trigger/publish.trigger"
# workflow_run:
# workflows: [ "deploy-demo" ]
# types:
# - completed
# schedule:
# - # 国际时间 19:17 执行,北京时间3:17 ↙↙↙ 改成你想要每天自动执行的时间
# - cron: '17 19 * * *'
permissions:
contents: read
packages: write
jobs:
publish-atomgit:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: true
- name: publish_to_gitee
id: publish_to_gitee
run: |
export GITEE_TOKEN=${{ secrets.GITEE_TOKEN }}
pnpm install
npm run publish_to_gitee
working-directory: ./