Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Fix player version check on release (#5728)
The player version format changed to split the JS string into parts in PR #5724, but the version check for release workflows did not get a corresponding update, causing the npm release workflow to fail. This fixes that.
- Loading branch information