-
Notifications
You must be signed in to change notification settings - Fork 271
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Update release workflow to be triggered via API
Previously, we have triggered release workflows by pushing a tag to the repo. While this isn't a huge problem, it's sub-optimal for automation workflows, where can rely on the `gh` CLI, and it's a sub-optimal user interface compared to the GitHub Actions UI. This change updates the release workflow to be triggered by a workflow_dispatch event with a set of metadata that is used to drive the release process. These inputs can be specified when triggering the workflow. For example: :; gh workflow run release.yml -f version=v2.220.0 -f publish=true
- Loading branch information
Showing
2 changed files
with
79 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters