✨ 更新 Gitea 发布工作流,添加变更日志生成步骤并修正运行环境
This commit is contained in:
13
.github/workflows/liteyuki-gitea-changelog.yaml
vendored
Normal file
13
.github/workflows/liteyuki-gitea-changelog.yaml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
name: Changelog
|
||||
on:
|
||||
release:
|
||||
types:
|
||||
- created
|
||||
jobs:
|
||||
changelog:
|
||||
runs-on: liteyukios-latest
|
||||
steps:
|
||||
- name: "✏️ Generate release changelog"
|
||||
uses: janheinrichmerker/action-github-changelog-generator@v2.3
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
Reference in New Issue
Block a user