mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-03-24 23:06:51 +00:00
fix: 修复构建日志异常的问题
This commit is contained in:
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
|||||||
- name: Check out git repository
|
- name: Check out git repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
@@ -44,15 +44,9 @@ jobs:
|
|||||||
uses: mikepenz/release-changelog-builder-action@v4
|
uses: mikepenz/release-changelog-builder-action@v4
|
||||||
with:
|
with:
|
||||||
outputFile: "release-notes.md"
|
outputFile: "release-notes.md"
|
||||||
template: |
|
|
||||||
# ${{ github.ref_name }} 更新日志
|
|
||||||
|
|
||||||
{{CHANGELOG}}
|
|
||||||
|
|
||||||
---
|
|
||||||
> 此更新由系统自动构建
|
|
||||||
configurationJson: |
|
configurationJson: |
|
||||||
{
|
{
|
||||||
|
"template": "# ${{ github.ref_name }} 更新日志\n\n{{CHANGELOG}}\n\n---\n> 此更新由系统自动构建",
|
||||||
"categories": [
|
"categories": [
|
||||||
{
|
{
|
||||||
"title": "## 新功能",
|
"title": "## 新功能",
|
||||||
|
|||||||
Reference in New Issue
Block a user