Skip to content

Commit

Permalink
Inline publish script (#28329)
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm authored Sep 7, 2023
1 parent 60d397e commit d559cfe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/beam_Release_NightlySnapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d559cfe

Please sign in to comment.