From feeac0b89c124efc7bc64cc428ae4965991997e1 Mon Sep 17 00:00:00 2001 From: Andrew Porritt <109674546+porritta@users.noreply.github.com> Date: Mon, 13 May 2024 11:17:44 +0100 Subject: [PATCH] story(ccls-2159): correct pipeline commit msg --- .github/workflows/on-tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-tag.yml b/.github/workflows/on-tag.yml index a28d55a..e32b2c6 100644 --- a/.github/workflows/on-tag.yml +++ b/.github/workflows/on-tag.yml @@ -141,7 +141,7 @@ jobs: git config --global user.email "github@justice.gov.uk" git config --global user.name "GitHub Actions Bot" git add . - git commit -m "update appVersion to $${{ env.REPO_NAME }}-${{ env.APP_VERSION }}" + git commit -m "update appVersion to ${{ env.REPO_NAME }}-${{ env.APP_VERSION }}" git push origin update-laa-ccms-caab-ui: