Skip to content

Commit

Permalink
fix java-version property for publish workflow.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 422652617
  • Loading branch information
java-team-github-bot authored and Guice Team committed Jan 18, 2022
1 parent dea06c1 commit f7abab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Setup JDK
uses: actions/setup-java@v2
with:
java-version: ${{ matrix.java }}
java-version: 11
distribution: 'zulu'
server-id: google-snapshots
server-username: MAVEN_USERNAME
Expand Down

0 comments on commit f7abab4

Please sign in to comment.