diff --git a/.github/workflows/auto_newversion.yml b/.github/workflows/auto_newversion.yml index b9b6aa6..72295b9 100644 --- a/.github/workflows/auto_newversion.yml +++ b/.github/workflows/auto_newversion.yml @@ -27,7 +27,7 @@ jobs: cd AutoBuild mapfile -d ',' -t added_modified_files < <(printf '%s,' '${{ steps.files.outputs.added_modified }}') for added_modified_file in "${added_modified_files[@]}"; do - python auto_update_version.py + python auto_update_version.py ${added_modified_file} done - name: Commit files