From 9ddd2921a9c4ade53293052466834b7606fa7df2 Mon Sep 17 00:00:00 2001 From: Stephan Wendel Date: Fri, 24 May 2024 20:42:19 +0200 Subject: [PATCH] fix: fix regex Signed-off-by: Stephan Wendel --- .github/workflows/Release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 3a2f96c6e..6cb14fb5f 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -30,7 +30,7 @@ jobs: if: steps.current-version.outputs.version != github.event.inputs.version shell: bash run: | - sed -i "s|DIST_VERSION.*|DIST_VERSION=\"${{ github.event.inputs.version }}\"|" ./config/default + sed -i "s|^DIST_VERSION.*|DIST_VERSION=\"${{ github.event.inputs.version }}\"|" ./config/default - name: git add & commit & push if: steps.current-version.outputs.version != github.event.inputs.version