semver-release-action icon indicating copy to clipboard operation
semver-release-action copied to clipboard

Not helpful error message when using invalid bump value

Open MatthewFlamm opened this issue 4 years ago • 0 comments

I'm getting error this error, when specifying an invalid bump value. It took me awhile to figure out what was wrong. A more informative error message could be supplied.

Run zwaldowski/semver-release-action@v2
  with:
    dry_run: true
    bump: patchpatch
    github_token: ***
    per_branch: false
Getting list of tags from repository
Using latest tag "0.1.0" with identifier ""
Error: Cannot read property 'toString' of null

MatthewFlamm avatar Feb 01 '21 13:02 MatthewFlamm