We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34dfafc commit d040d15Copy full SHA for d040d15
1 file changed
.github/workflows/release.yml
@@ -53,12 +53,13 @@ jobs:
53
54
- name: Update version
55
working-directory: ./timefold-quickstarts
56
+ env:
57
+ NEW_JAVA_VERSION: ${{ github.event.inputs.javaVersion }}
58
run: |
59
git config user.name "Timefold Release Bot"
60
git config user.email "release@timefold.ai"
61
git checkout -B $RELEASE_BRANCH_NAME
62
export OLD_JAVA_VERSION="$(find . -name pom.xml -exec grep '<version.ai.timefold.solver>' {} \;|tail -n 1|cut -d\> -f1 --complement|cut -d\< -f1)"
- export NEW_JAVA_VERSION="${{ github.event.inputs.javaVersion }}"
63
.github/scripts/change_versions.sh
64
65
# This step will fail if the Solver binaries aren't already on Maven Central.
0 commit comments