From 23d8a97323ff2e39b853caaeb97b35b0c4b27990 Mon Sep 17 00:00:00 2001 From: Arran Ubels Date: Sat, 9 Mar 2024 23:24:35 +1100 Subject: [PATCH] Replace the whole line really. --- .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 a400865..4b2c0cb 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$/Version: ${{ steps.get_version.outputs.VERSION }}/" pkg/DEBIAN/control - name: Build package run: |