From 6c8e7f17c85dc0e8eaec9ef97fd45709bda1245d Mon Sep 17 00:00:00 2001 From: Arran Ubels Date: Sat, 9 Mar 2024 23:22:35 +1100 Subject: [PATCH] Regex terminated. --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f854e75..a400865 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -19,7 +19,7 @@ jobs: - name: Update version run: | - sed -i "s/^Version: 1\.0\.0$/${{ steps.get_version.outputs.VERSION }}" pkg/DEBIAN/control + sed -i "s/^Version: 1\.0\.0$/${{ steps.get_version.outputs.VERSION }}/" pkg/DEBIAN/control - name: Build package run: |