Skip to content

Commit d952eaa

Browse files
Merge pull request #126 from spe-uob/bugfix/issue-125/distribution-error-fix
bugfix/issue-125/fix-openjdk-distribution-error
2 parents 6ca6162 + 9888417 commit d952eaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-ghcr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- name: Set up Java
2020
uses: actions/setup-java@v3
2121
with:
22-
java-version: 21
23-
distribution: openjdk
22+
java-version: '21'
23+
distribution: 'temurin'
2424

2525
# Step 3: Build the JAR file with Maven
2626
- name: Build JAR

0 commit comments

Comments
 (0)