mathieudutour / github-tag-action

A Github Action to automatically bump and tag master, on merge, with the latest SemVer formatted version. Works on any platform.
https://github.com/marketplace/actions/github-tag
MIT License
635 stars 200 forks source link

Add previous_version to action.yml #183

Closed teruyamato0731 closed 7 months ago

teruyamato0731 commented 1 year ago

There is no previous_version in the action.yml output. Therefore, the intellisense of the GitHub Actions for VS Code does not work. Adding previous_version to action.yml solves this problem.