gh workflow run release.yml --ref v1.2.0 -f version=1.2.0
Trigger a release workflow on a tag with input
Combines --ref v1.2.0 to run against the tag with -f version=1.2.0 to feed the workflow the version string. Tag-triggered release pipelines often need the version echoed as an input. Confirm the workflow accepts the input before dispatching.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.