K-Phoen / semver-release-action

GitHub Action to automatically create SemVer compliant releases based on PR labels.
MIT License
85 stars 38 forks source link

Action getting failed with error 'Cannot read property 'message' of undefined' #58

Closed ppratheesh closed 1 year ago

ppratheesh commented 1 year ago

The action is getting failed when i set the event to pull_request and type as closed with an error 'Cannot read property 'message' of undefined' . But i can see it is running without error if i set the event to push and branch as master .But with the second case the version of the release is no following the label i set (major or minor) ,it is only releasing patch version with second case