Skip to content

Commit

Permalink
set distribution and changed version format
Browse files Browse the repository at this point in the history
from v2 distribution field is required
  • Loading branch information
Konboi committed Oct 12, 2023
1 parent b7fc658 commit ff55393
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
- name: Set up JDK 1.8
uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
with:
java-version: 1.8
java-version: 8
distribution: 'adopt'
- name: Install dependencies
uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 # v2.9.0
with:
Expand Down

0 comments on commit ff55393

Please sign in to comment.