-
Notifications
You must be signed in to change notification settings - Fork 47
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 #2123 Signed-off-by: Lucas Lefèvre (lul) <[email protected]>
- Loading branch information
Showing
1 changed file
with
17 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters