Releases: mukunku/tag-exists-action
Releases · mukunku/tag-exists-action
Upgrade from Node16 to Node20
This release bumps the node runtime version.
Thanks to @davidgamero for putting the PR together (#24)
Better edge case error handling
New optional `repo` parameter
This release exposes a new optional repo
parameter. With this you may check the existence of tags in any repo you have access to. Not just the repo the action is running in.
Special thanks to @zachgoncalves for implementing this feature that was requested in #18 🥇
Upgrade @actions/github to 5.1.1
This release updates all package dependencies to their latest versions. Most notably upgrading the @actions/github
package from 2.1.1 to 5.1.1
Automatic GITHUB_TOKEN Injection
Upgraded from Node12 to Node16
This release bumps a bunch of package versions and the node runtime version.