From b323308697c250b3b6d967bdaaf67739e35af3d2 Mon Sep 17 00:00:00 2001 From: Jonathan Miller <230051081+jmiller-moko@users.noreply.github.com> Date: Sat, 3 Jan 2026 16:10:34 -0600 Subject: [PATCH] Update version_branch.yml --- .github/workflows/version_branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version_branch.yml b/.github/workflows/version_branch.yml index ab833c7..45d4578 100644 --- a/.github/workflows/version_branch.yml +++ b/.github/workflows/version_branch.yml @@ -51,7 +51,7 @@ jobs: REPORT_ONLY: ${{ github.event.inputs.report_only }} COMMIT_CHANGES: ${{ github.event.inputs.commit_changes }} BASE_BRANCH: ${{ github.ref_name }} - BRANCH_PREFIX: dev/ + BRANCH_PREFIX: `dev/` ERROR_LOG: /tmp/version_branch_errors.log CI_HELPERS: /tmp/moko_ci_helpers.sh REPORT_PATH: /tmp/version-bump-report.json