Skip to content

Commit

Permalink
Merge pull request #50 from timja/patch-1
Browse files Browse the repository at this point in the history
Fix version of jdk for cd.yaml
  • Loading branch information
oleg-nenashev authored Apr 7, 2021
2 parents 6527c06 + eec5036 commit ed2ae5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow-templates/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: 1.8
java-version: 8
- name: Release
uses: jenkins-infra/jenkins-maven-cd-action@v1.1.0
with:
Expand Down

0 comments on commit ed2ae5d

Please sign in to comment.