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: