Closed as not planned
Description
Why this library throws the following error if I use any release different than {major}.{minor}.{patch}
? Anything like {major}.{minor}.{patch}-snapshot
or even {major}.{minor}.{patch}.something
throws the following error:
Run JS-DevTools/npm-publish@v2
with:
token: ***
package: ./package.json
Error: InvalidPackageVersionError: Package version must be a string, got "undefined"
Happening with node 18 on github actions.