You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: We use Renovate at my organization for dependency version management. Because this GitHub action does not create GitHub releases (only tags), it seems to make it incompatible with Renovate. The following error message is received when trying to use Renovate for this action:
Warning
Renovate failed to look up the following dependencies: Failed to look up github-tags package databricks/setup-cli.
Request: It would be great if this action repo could create GitHub releases as well as tags for new versions to make it compatible with Renovate and make it consistent with almost all other GitHub actions on the marketplace.