Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
fix: type in change_versions.sh script (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher-Chianelli authored May 14, 2024
1 parent 8922fe3 commit 69b6547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/change_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69b6547

Please sign in to comment.