Skip to content

Commit b89b000

Browse files
authored
Update update-topics.yaml
1 parent 0e97a17 commit b89b000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-topics.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
const releaseTopic = `Stable: ${data.tag_name} | ${RELEASE_STATUS}`;
4444
console.log("Release topic: " + releaseTopic);
4545
46-
const regex = /Stable: v(.+) \| Release status: (\w+) expected (\w+ \d+\w\w)gm;
46+
const regex = /Stable: v(.+) \| Release status: (\w+) expected (\w+ \d+\w\w)/gm;
4747
4848
async function updateReleaseInTopic(roomId) {
4949
const apiUrl = `${HS_URL}/_matrix/client/v3/rooms/${roomId}/state/m.room.topic/`;

0 commit comments

Comments
 (0)