From 1fc61c34b16aa248ff97664b031fb5593d2d9e77 Mon Sep 17 00:00:00 2001 From: Christopher Chianelli Date: Tue, 14 May 2024 10:41:38 -0400 Subject: [PATCH] fix: type in change_versions.sh script --- .github/scripts/change_versions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/change_versions.sh b/.github/scripts/change_versions.sh index cfc9613..e9ddb3e 100755 --- a/.github/scripts/change_versions.sh +++ b/.github/scripts/change_versions.sh @@ -16,7 +16,7 @@ mvn versions:update-parent "-DparentVersion=[$NEW_VERSION,$NEW_VERSION]" -Dallow mvn versions:update-parent "-DparentVersion=[$NEW_VERSION,$NEW_VERSION]" -DallowSnapshots=true -DgenerateBackupPoms=false ) ( - cd timefold-solver-python-code || + cd timefold-solver-python-core || mvn versions:update-parent "-DparentVersion=[$NEW_VERSION,$NEW_VERSION]" -DallowSnapshots=true -DgenerateBackupPoms=false ) sed -i "s/^timefold_solver_python_version.*=.*/timefold_solver_python_version = '$NEW_VERSION_PYTHON'/" setup.py