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 ad2ae21 commit bd19f61
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@master
- name: Deploy to Github Package Registry
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
cache: 'maven'
env:
GITHUB_USERNAME: x-access-token
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit bd19f61

Please sign in to comment.