Skip to content

Commit

Permalink
Try again fix for SC2046
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Feb 24, 2024
1 parent 059c6aa commit 6d7a878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6d7a878

Please sign in to comment.