Skip to content

Commit

Permalink
ci: specify java distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno committed Mar 2, 2024
1 parent 4d3bf5c commit 11029c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ jobs:
- uses: actions/setup-java@v4
with:
java-version: 16
distribution: 'temurin'
cache: 'maven'
- name: Setup Node.js and semantic-release plugins
uses: actions/setup-node@v4
with:
node-version: 16
node-version: lts/hydrogen
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
- run: npm install -g semantic-release @semantic-release/changelog @semantic-release/commit-analyzer @semantic-release/exec semantic-release/git semantic-release/release-notes-generator
Expand Down

0 comments on commit 11029c6

Please sign in to comment.