Skip to content

Commit ce67429

Browse files
committed
[CI] Fix publish workflow.
1 parent ded4e48 commit ce67429

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release.yml

-5
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,6 @@ jobs:
5656
with:
5757
distribution: 'zulu'
5858
java-version: 17
59-
- name: Setup BUILD_JAVA_HOME & BUILD_JAVA_VERSION
60-
run: |
61-
java -Xinternalversion
62-
echo "BUILD_JAVA_HOME=${JAVA_HOME}" >> $GITHUB_ENV
63-
echo "BUILD_JAVA_VERSION=8" >> $GITHUB_ENV
6459
- name: Publish with Gradle
6560
run: ./gradlew publish
6661
env:

0 commit comments

Comments
 (0)