jefflinse / pr-semver-bump

A GitHub Action to bump and tag a new semantic version when a pull request is merged.
MIT License
24 stars 11 forks source link

Fix function calls #4

Closed jefflinse closed 4 years ago

jefflinse commented 4 years ago

SUMMARY

A couple of function calls were using the wrong signatures and not passing in the correct arguments. Additionally, some functions were referencing non-existent config fields. This PR corrects these issues.

RELEASE NOTES

Bug fixes