Skip to content

Commit 88206e2

Browse files
committed
improved gh action to log relnote to discuzz
1 parent f2e5003 commit 88206e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
if: startsWith(github.ref, 'refs/tags/')
166166
with:
167167
generate_release_notes: true
168-
# discussion_category_name: Announcements
168+
discussion_category_name: Announcements
169169
# # repo_token: ${{ secrets.GITHUB_TOKEN }}
170170
token: ${{ secrets.GITHUB_TOKEN }}
171171
# # tag: ${{ github.ref }}

0 commit comments

Comments
 (0)