From 910f75ae40939a825c26a62226009073fa9e2274 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 17 Apr 2025 23:46:46 +0300 Subject: [PATCH] feat(release): publish to announcements --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 030e8e8d8..5ec07b13f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,6 +5,7 @@ on: - "v*" permissions: contents: write + discussions: write concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true @@ -114,3 +115,4 @@ jobs: body_path: docs/Release Notes/Release Notes/${{ github.ref_name }}.md fail_on_unmatched_files: true files: upload/*.* + discussion_category_name: Announcements