yuqi1129 commented on code in PR #8793:
URL: https://github.com/apache/gravitino/pull/8793#discussion_r2428063721


##########
.github/workflows/build.yml:
##########
@@ -135,6 +135,9 @@ jobs:
       - name: Build with Gradle
         run: ./gradlew build -PskipITs -PjdkVersion=${{ matrix.java-version }} 
-PskipDockerTests=false -x :clients:client-python:build
 
+      - name: Release with Gradle
+        run: ./gradlew release -x test -PjdkVersion=${{ matrix.java-version }}

Review Comment:
   It's okay to perform the `release` task after cleaning the old build cache 
on my local machine. Let me modify the CI and test it on the cloud machine.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to