From b8a141987ba63937ed29d169dc92c2958a0c56ed Mon Sep 17 00:00:00 2001 From: losuler Date: Sun, 8 May 2022 22:56:28 +1000 Subject: [PATCH] fix: sed not set to edit the file --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 657dc30..0838188 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: run: | git checkout -b add-new-release && #sed "s/PREV_RELEASE=.*/PREV_RELEASE=\"$(echo \"${{env.version}}\" | \ - sed "s/PREV_RELEASE=.*/PREV_RELEASE=\"$(echo 8.2 | \ + sed -i "s/PREV_RELEASE=.*/PREV_RELEASE=\"$(echo 8.2 | \ awk '{print $1}')\"/" \ check-updates.sh