From 77db00cef1941d165cc8cf4f04d298221ebedf75 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 10 Jul 2023 11:36:28 +0100 Subject: [PATCH] Update update-topics.yaml --- .github/workflows/update-topics.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-topics.yaml b/.github/workflows/update-topics.yaml index 4135463d7d..0529a18fa6 100644 --- a/.github/workflows/update-topics.yaml +++ b/.github/workflows/update-topics.yaml @@ -78,6 +78,5 @@ jobs: } await updateReleaseInTopic(LOBBY_ROOM_ID); - -# await updateReleaseInTopic(PUBLIC_ROOM_ID); -# await updateReleaseInTopic(ANNOUNCEMENT_ROOM_ID); + await updateReleaseInTopic(PUBLIC_ROOM_ID); + await updateReleaseInTopic(ANNOUNCEMENT_ROOM_ID);