From 9cd6eb0fdb2b438dd12d4c8900fac93f3478cc02 Mon Sep 17 00:00:00 2001 From: Microtechno9000 Date: Sat, 9 Nov 2024 15:37:54 +1030 Subject: [PATCH] Github Workflow - Version Typo fix --- .github/workflows/version_bump.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version_bump.yml b/.github/workflows/version_bump.yml index a36ca73b..1f1251b5 100644 --- a/.github/workflows/version_bump.yml +++ b/.github/workflows/version_bump.yml @@ -133,7 +133,7 @@ jobs: if (titleFlag === "false") { prBody = `Version Bot\n **PR title:** ${prTitle}\n **No valid version flag found**. PR title must include either [FEATURE] or [BUGFIX] to auto-increment the version.\n **Please update the PR title** and re-run the workflow.`; } else { - prBody = `Version Bot:\n **PR title:** ${prTitle}\n Updated version: **${currentVersion}** to **${newVersion}**\n `Release version: **${versionType}**`; + prBody = `Version Bot:\n **PR title:** ${prTitle}\n Updated version: **${currentVersion}** to **${newVersion}**\n Release version: **${versionType}**`; } // Generate PR comment