Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 910f75a

Browse files
committed
feat(release): publish to announcements
1 parent 57f86cf commit 910f75a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- "v*"
66
permissions:
77
contents: write
8+
discussions: write
89
concurrency:
910
group: ${{ github.workflow }}-${{ github.ref }}
1011
cancel-in-progress: true
@@ -114,3 +115,4 @@ jobs:
114115
body_path: docs/Release Notes/Release Notes/${{ github.ref_name }}.md
115116
fail_on_unmatched_files: true
116117
files: upload/*.*
118+
discussion_category_name: Announcements

0 commit comments

Comments
 (0)