Skip to content

Commit

Permalink
feat(CHIST-9921): set javaversion for release
Browse files Browse the repository at this point in the history
  • Loading branch information
schlijo committed Aug 12, 2024
1 parent bd19f61 commit 5fe3be6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Deploy to Github Package Registry
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
cache: 'maven'
- name: Deploy to Github Package Registry
env:
GITHUB_USERNAME: x-access-token
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 5fe3be6

Please sign in to comment.