Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wwingyou authored Jan 11, 2025
1 parent d26f521 commit c889fbd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,14 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '17' # Adjust based on your project requirements
java-version: 17
distribution: temurin
java-package: jdk
check-latest: false
server-id: github
server-username: ${{ github.actor }}
server-password: ${{ secrets.GITHUB_TOKEN }}
overwrite-settings: true

- name: Test Project
run: |
Expand Down

0 comments on commit c889fbd

Please sign in to comment.