Skip to content

Commit

Permalink
Fix maven deploy3 (#4)
Browse files Browse the repository at this point in the history
* fix work flow maven deploy

* fix work flow maven deploy
  • Loading branch information
nkysg authored Dec 23, 2023
1 parent f4dcfa3 commit afcbf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0

- name: Setup Java
uses: actions/setup-java@v3
uses: actions/setup-java@v1
with:
java-version: 11
distribution: 'oracle'
Expand Down

0 comments on commit afcbf6c

Please sign in to comment.