Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
workflow/stream-diff: use
git describe
tag for generator
The rollout workflow currently builds the generator from `git main` but the stream diff workflow expects that we use the generator from the latest tagged version. Modify the latter so that it also uses `git describe` from `main`. See: coreos#807 (review)
- Loading branch information