From c9b2602b754cc05acbf08002d4a56ccd403c01d3 Mon Sep 17 00:00:00 2001
From: "Benguria Elguezabal, Gorka" <gorka.benguria@tecnalia.com>
Date: Mon, 13 May 2024 16:37:32 +0200
Subject: [PATCH] adds adjust semantic-relese-job-tags

---
 README.md   | 2 +-
 kicker.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 035b17e..4b6f9fd 100644
--- a/README.md
+++ b/README.md
@@ -97,7 +97,7 @@ As specified in the previous chapter, these variables are only used to generated
 | `hooks-dir` / `SEMREL_HOOKS_DIR`                       | [Hook scripts](#hook_scripts) folder.                                                                                                                                                                                               | `.`                                                                                                                                   |
 | `commit-message` / `SEMREL_COMMIT_MESSAGE`             | Add a custom commit message based on [semantic-release/git option](https://github.com/semantic-release/git#message).                                                                                                                | _none_ (uses semantic-release default commit message)                                                                                 |
 | `release-disabled` / `SEMREL_RELEASE_DISABLED`         | Disable this job.                                                                                                                                                                                                                   | _none_                                                                                                                                |
-| `semantic-release-job-tags` / `DOCKER_SEMANTIC_RELEASE_JOB_TAGS` | Tags to be used for selecting runners for the job | `[]`            |
+| `semantic-release-job-tags` / `SEMANTIC_RELEASE_JOB_TAGS` | Tags to be used for selecting runners for the job | `[]`            |
 
 #### Hook scripts
 
diff --git a/kicker.json b/kicker.json
index a43811f..f159c04 100644
--- a/kicker.json
+++ b/kicker.json
@@ -107,7 +107,7 @@
           "advanced": true
         },
         {
-          "name": "DOCKER_SEMANTIC_RELEASE_JOB_TAGS",
+          "name": "SEMANTIC_RELEASE_JOB_TAGS",
           "description": "Tags to be used for selecting runners for the job",
           "type": "array",
           "default": [],
-- 
GitLab