mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 01:05:42 +03:00
Update update-topics.yaml
This commit is contained in:
parent
fe3d7f3fa9
commit
767c30f2ee
1 changed files with 2 additions and 0 deletions
2
.github/workflows/update-topics.yaml
vendored
2
.github/workflows/update-topics.yaml
vendored
|
@ -38,8 +38,10 @@ jobs:
|
|||
owner: repo.owner,
|
||||
repo: repo.repo,
|
||||
});
|
||||
console.log("Found latest version: " + data.tag_name);
|
||||
|
||||
const releaseTopic = `Stable: ${data.tag_name} | ${RELEASE_STATUS}`;
|
||||
console.log("Release topic: " + releaseTopic);
|
||||
|
||||
const regex = /Stable: v(\d+.\d+.\d+) \| Release status: (\w+) expected (\w+ \d+\w+)/gm;
|
||||
|
||||
|
|
Loading…
Reference in a new issue