This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch damccorm-patch-1
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 91b4f304721e7189ae5ea3355e9a56cea30e8535
Author: Danny McCormick <[email protected]>
AuthorDate: Wed Sep 6 11:36:17 2023 -0400

    Inline publish script
---
 .github/workflows/beam_Release_NightlySnapshot.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/beam_Release_NightlySnapshot.yml 
b/.github/workflows/beam_Release_NightlySnapshot.yml
index 5a74b016d32..9bd1345cd0c 100644
--- a/.github/workflows/beam_Release_NightlySnapshot.yml
+++ b/.github/workflows/beam_Release_NightlySnapshot.yml
@@ -83,7 +83,7 @@ jobs:
             </servers>
           </settings>" > ${HOME}/.m2/settings.xml
       - name: run Publish script
-        uses: ./.github/actions/gradle-command-self-hosted-action
-        with:
-          gradle-command: publish
-          arguments: -Ppublishing -PskipCheckerFramework -PisNightly
+        run: |
+          ./gradlew publish --max-workers=8 -Ppublishing 
-PskipCheckerFramework -PisNightly \
+          --continue -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx6g \
+          -Dorg.gradle.vfs.watch=false -Pdocker-pull-licenses

Reply via email to