From cb30624c6ab2962b0353b295818ae600d2d46aaf Mon Sep 17 00:00:00 2001 From: Lawan Chaamindu Jayalath Samarasekara Date: Wed, 10 Apr 2024 00:31:18 +0530 Subject: [PATCH] Update create_version.yml --- .github/workflows/create_version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_version.yml b/.github/workflows/create_version.yml index a3b00dfb20..0382013d8e 100644 --- a/.github/workflows/create_version.yml +++ b/.github/workflows/create_version.yml @@ -55,7 +55,7 @@ jobs: - name: Update template.xhtml run: | - sed -i "s/ V\..*\"\/ V\.3\.0\.0\.${{ steps.current_date.outputs.date }}\.${{ steps.increment_counter.outputs.counter }}\"\/" src/main/webapp/resources/template/template.xhtml + sed -i "s| V\..*\"\/| V\.3\.0\.0\.${{ steps.current_date.outputs.date }}\.${{ steps.increment_counter.outputs.counter }}\"\/|" src/main/webapp/resources/template/template.xhtml - name: Stage changes run: |