Skip to content

Commit 4220ed8

Browse files
committed
Publish release notes to News category
1 parent 58b49f2 commit 4220ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release-notes-to-discourse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
DISCOURSE_API_KEY: ${{ secrets.DISCOURSE_API_KEY }}
2929
DISCOURSE_USERNAME: "pymc-bot"
3030
DISCOURSE_URL: "https://discourse.pymc.io"
31-
DISCOURSE_CATEGORY: "Development"
31+
DISCOURSE_CATEGORY: "News"
3232
RELEASE_TAG: ${{ github.event.release.tag_name }}
3333
RELEASE_BODY: ${{ github.event.release.body }}
3434
RELEASE_URL: ${{ github.event.release.html_url }}

0 commit comments

Comments
 (0)