Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JakinRogel committed Apr 7, 2024
1 parent 32ab805 commit 194410a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
java-version: '11'
distribution: 'adopt'

- name: Build the Spring Boot Application
run: mvn -B package --file pom.xml
Expand Down

0 comments on commit 194410a

Please sign in to comment.