Skip to content

chore: improve npm publish version detection

Arnaud Vergnet requested to merge topic/default/ci-version-fix into branch/default

Uses cut on "@" instead of a complex sed to capture more version number formats. The previous method did not properly detect pre-release versions

Merge request reports