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.
Files affected: .github/workflows/databricks-asset-bundle-deploy-reusable-workflow.yml, .github/workflows/databricks-asset-bundle-run-reusable-workflow.yml
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.