From 47f818fbd3f87cced8eeca43fc9eae162d773100 Mon Sep 17 00:00:00 2001 From: Ricardo Vieira <28983449+ricardoV94@users.noreply.github.com> Date: Fri, 25 Jul 2025 14:48:19 +0200 Subject: [PATCH] Publish release notes to News category --- .github/workflows/publish-release-notes-to-discourse.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release-notes-to-discourse.yml b/.github/workflows/publish-release-notes-to-discourse.yml index 95732d5d7f..08c22903ab 100644 --- a/.github/workflows/publish-release-notes-to-discourse.yml +++ b/.github/workflows/publish-release-notes-to-discourse.yml @@ -28,7 +28,7 @@ jobs: DISCOURSE_API_KEY: ${{ secrets.DISCOURSE_API_KEY }} DISCOURSE_USERNAME: "pymc-bot" DISCOURSE_URL: "https://discourse.pymc.io" - DISCOURSE_CATEGORY: "Development" + DISCOURSE_CATEGORY: "News" RELEASE_TAG: ${{ github.event.release.tag_name }} RELEASE_BODY: ${{ github.event.release.body }} RELEASE_URL: ${{ github.event.release.html_url }}