From e2bb0ff352f78410c7b5b0e192762abc1697b336 Mon Sep 17 00:00:00 2001 From: Keisuke Nakata Date: Mon, 27 Jan 2025 10:58:55 +0900 Subject: [PATCH] fix --- .github/actions/build_patches/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build_patches/action.yml b/.github/actions/build_patches/action.yml index 567d5499f..e14dc9607 100644 --- a/.github/actions/build_patches/action.yml +++ b/.github/actions/build_patches/action.yml @@ -42,7 +42,7 @@ runs: tr ' ' '\n' | \ grep -E "^${{ env.MAJOR }}\.(${{ env.MINOR }}|$(( ${{ env.MINOR }} - 1)))\.[0-9]+$" | \ grep -vE "^${{ env.MAJOR }}\.${{ env.MINOR }}\.${{ env.PATCH }}$" | \ - tr '\n' ' ') + tr '\n' ' ' || true) echo "EXTRACTED_VERSIONS=${EXTRACTED_VERSIONS}" >> $GITHUB_ENV - name: download and create patches for target versions