Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Deyan2306 authored Dec 14, 2024
1 parent e7a9138 commit 0b4c556
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,17 @@ jobs:
runs-on: ubuntu-latest

steps:

# Checkout the repository
- name: Checkout code
uses: actions/checkout@v2

# Set up Java (ensure the version matches the one you use in your project)
- name: Set up JDK 21
# Step 2: Set up Java 21
- name: Set up Java 21
uses: actions/setup-java@v2
with:
java-version: '21'

# Set up Maven (ensure Maven is configured if it's not already on your GitHub runner)
- name: Set up Maven
uses: actions/setup-maven@v2
Expand Down

0 comments on commit 0b4c556

Please sign in to comment.