Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass tag to release as input to publish-winget workflow (#2107)
## Changes This workflow only worked if it was triggered on the tag to publish itself. This means it is not possible to release a version if the workflow configuration at that tag is broken (as is the case for v0.238.0 because of #2105). This change adds a "tag" input that can be set when manually triggering the workflow. ## Tests * Succesful run with this change: https://github.com/databricks/cli/actions/runs/12689281843 * Pull request that the run created: microsoft/winget-pkgs#209220
- Loading branch information