From 6d7a8786fb312775b218557c34dcaa55511631c4 Mon Sep 17 00:00:00 2001 From: damies13 Date: Sat, 24 Feb 2024 22:10:46 +1000 Subject: [PATCH] Try again fix for SC2046 --- .github/workflows/Package.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Package.yaml b/.github/workflows/Package.yaml index 3c2443dba..36eb2c13e 100644 --- a/.github/workflows/Package.yaml +++ b/.github/workflows/Package.yaml @@ -86,8 +86,8 @@ jobs: pwd ls -la echo "get files" - files=$(find . -name '*.py') - files | while IFS='' read -r file + # files=$(find . -name '*.py') + $(find . -name '*.py') | while IFS='' read -r file do sed -i -e "s/version = \"[^\"]*\"/version = \"${version}\"/" "$file" sed -i -e "s/version=\"[^\"]*\"/version = \"${version}\"/" "$file"