From c84264db41302aac85ec79e1e2bcc56081c82d71 Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Mon, 9 Sep 2024 15:46:49 +0100 Subject: [PATCH] Update create-tag.yml for Hermes --- .github/workflows/create-tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-tag.yml b/.github/workflows/create-tag.yml index 5697596644a..62c1bd1d724 100644 --- a/.github/workflows/create-tag.yml +++ b/.github/workflows/create-tag.yml @@ -6,7 +6,7 @@ on: description: "The React Native version that will use this tag" required: true targetSha: - description: "The SHA you want to tag. If not specified it will tag the HEAD of main" + description: "The SHA you want to tag. If not specified it will tag the HEAD of the selected branch" required: false jobs: