File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
env :
23
23
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
24
24
run : |
25
- # Extract current version from JShellAPI build.gradle
25
+ # Extract current version from JShellWrapper build.gradle
26
26
gradle_file="JShellWrapper/build.gradle"
27
27
current_version=$(grep -oP "(?<=from\.image\s=\s'eclipse-temurin:)\d+" $gradle_file)
28
28
45
45
# Update the build.gradle with the new version
46
46
sed -i "s/eclipse-temurin:$current_version-alpine/eclipse-temurin:$latest_version-alpine/" $gradle_file
47
47
48
- echo "Updated eclipse-temurin version from $current_version to $latest_version"
48
+ echo "Updated JDK version from $current_version to $latest_version"
49
49
50
50
git config --global user.name "github-actions[bot]"
51
51
git config --global user.email "github-actions[bot]@users.noreply.github.com"
You can’t perform that action at this time.
0 commit comments