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: |