From a4acb3d736f055431f62ab2519393aed6a5e93c5 Mon Sep 17 00:00:00 2001 From: Alex Gronskiy Date: Mon, 1 Dec 2025 10:23:26 +0100 Subject: [PATCH 1/2] chore(ci): release field naming Signed-off-by: Alex Gronskiy --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 223ab718..836473e6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,7 +25,7 @@ on: - nemo-evaluator - nemo-evaluator-launcher release-ref: - description: Tag or SHA to release from + description: Full SHA (not short) of the commit to build required: true type: string dry-run: From 2950dc7e9d2320693ca8f9b8b52bd1abcaa1d429 Mon Sep 17 00:00:00 2001 From: Alex Gronskiy Date: Tue, 2 Dec 2025 09:45:01 +0100 Subject: [PATCH 2/2] chore: review Signed-off-by: Alex Gronskiy --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 836473e6..2fffedb0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,7 +25,7 @@ on: - nemo-evaluator - nemo-evaluator-launcher release-ref: - description: Full SHA (not short) of the commit to build + description: Full SHA (not short) or tag of the commit to build required: true type: string dry-run: