Skip to content

Commit 69b6547

Browse files
fix: type in change_versions.sh script (#48)
1 parent 8922fe3 commit 69b6547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/change_versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ mvn versions:update-parent "-DparentVersion=[$NEW_VERSION,$NEW_VERSION]" -Dallow
1616
mvn versions:update-parent "-DparentVersion=[$NEW_VERSION,$NEW_VERSION]" -DallowSnapshots=true -DgenerateBackupPoms=false
1717
)
1818
(
19-
cd timefold-solver-python-code ||
19+
cd timefold-solver-python-core ||
2020
mvn versions:update-parent "-DparentVersion=[$NEW_VERSION,$NEW_VERSION]" -DallowSnapshots=true -DgenerateBackupPoms=false
2121
)
2222
sed -i "s/^timefold_solver_python_version.*=.*/timefold_solver_python_version = '$NEW_VERSION_PYTHON'/" setup.py

0 commit comments

Comments
 (0)