更新 Gitea 发布工作流,修改触发事件为 repository_dispatch 并添加 GITEA_API_URL 环境变量
All checks were successful
Release to Liteyuki Gitea / release (push) Successful in 9s
Publish to Liteyuki PyPI / Upload release to PyPI (push) Successful in 17s

This commit is contained in:
2025-04-29 00:46:35 +08:00
parent b3d99bfe93
commit 62507822ba
2 changed files with 20 additions and 6 deletions

View File

@ -1,8 +1,10 @@
name: Changelog
on:
release:
repository_dispatch:
types:
- created
- generate_changelog
jobs:
changelog:
runs-on: liteyukios-latest