Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ci): Regex correctly matches tags when doing release
Before this patch, a branch name like `1.0.0-testing-something` was considered as being the source of a release. With this new regex we ensure we never use a wrong tag/branch to create a release.
- Loading branch information