From f8eedfb5cfcd918f5042f2290a5fa2b783ae0ad2 Mon Sep 17 00:00:00 2001 From: Ryan Waskiewicz Date: Fri, 17 Mar 2023 08:58:45 -0400 Subject: [PATCH] chore(ci): fix typo in workflow description (#26978) this commit fixes a small grammatical error that was found while looking at prior art for this type of workflow (for stencil). --- .github/workflows/release-ionic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-ionic.yml b/.github/workflows/release-ionic.yml index 054a3e20ba..e29dfb83c6 100644 --- a/.github/workflows/release-ionic.yml +++ b/.github/workflows/release-ionic.yml @@ -8,7 +8,7 @@ on: type: string required: true tag: - description: 'The tag to publish to on NPM.' + description: 'The tag to publish to NPM.' type: string required: true secrets: