Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] config: Fix the action version extractor
the tool 'parse_message' was using an incorrect regex to capture the version of the release. It specifically pose problem with the master release for which the `alpha` tag was not considered, implying that 2 consecutive master release would have the same tag, which crashes and ultimately prevent further steps of the github action, like the publication on NPM. We can rather rely on the information of the package.json file since it's properly updated. closes #2134 X-original-commit: 5d7964c Signed-off-by: Lucas Lefèvre (lul) <[email protected]> Signed-off-by: Rémi Rahir (rar) <[email protected]>
- Loading branch information