Skip to content

CI: Avoid manual lookup of the run ID in the release workflow #917

Description

@leofang

Currently we require the human operator to fill in both information (git tag and run ID):

git-tag:
description: "The release git tag"
required: true
type: string
run-id:
description: "The GHA run ID that generated validated artifacts"
required: true
type: string

but it does not make sense and it was made so only because I did not spend time digging a solution. Each run ID has a 1:1 relation to the corresponding git commit, and a git tag is just a named git commit. So it should be enough for the operator to provide the git tag alone, and we automatically look up the corresponding run ID.

Metadata

Metadata

Assignees

Labels

CI/CDCI/CD infrastructureP1Medium priority - Should doenhancementAny code-related improvements

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions