Skip to content

Commit 8748754

Browse files
committed
ci: 修改ci生成log内容
1 parent 3a9b850 commit 8748754

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/publish-prerelease.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ jobs:
112112
id: changelog
113113
with:
114114
release-name: ${{ steps.get_version.outputs.version }}
115+
mention-authors: false
115116

116117
- name: Publish Release
117118
env:

.github/workflows/publish-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ jobs:
9595
- name: Auto Changelog
9696
uses: ardalanamini/[email protected]
9797
id : changelog
98+
with:
99+
mention-authors: false
98100

99101
- name: Publish Release
100102
env:

0 commit comments

Comments
 (0)