From f600b35e1394de63cca75ea85a2c2d40a7b3b408 Mon Sep 17 00:00:00 2001 From: Fabrizio Gortani Date: Sun, 29 Dec 2024 23:19:31 +0100 Subject: [PATCH] ci: fix sed --- .github/workflows/version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index fe09364..0ebe6fb 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -16,7 +16,7 @@ jobs: - name: Update script version run: | TAG=${GITHUB_REF#refs/tags/} - sed -i '' "s/^VERSION=\".*\"/VERSION=\"$TAG\"/" laravel-sync + sed -i "s/^VERSION=\".*\"/VERSION=\"$TAG\"/" laravel-sync - name: Push the version hardcoded run: |