fix java-version property for publish workflow.

PiperOrigin-RevId: 422652617
This commit is contained in:
Guice Team
2022-01-18 14:47:38 -08:00
committed by Guice Team
parent dea06c1087
commit f7abab4bb3
+1 -1
View File
@@ -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