Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
permissions:
contents: read
env:
JAVA_TOOL_OPTIONS: >-
-XX:+UseCompactObjectHeaders
-XX:+UseStringDeduplication
GRADLE_OPTS: -Dorg.gradle.daemon=false
defaults:
run:
Expand Down Expand Up @@ -155,7 +158,7 @@ jobs:
- name: Publish Nightly Release (upload assets)
uses: softprops/action-gh-release@v2
with:
tag_name: nightly # tag now points at $GITHUB_SHA
tag_name: nightly
prerelease: true
draft: false
make_latest: "false"
Expand All @@ -167,4 +170,3 @@ jobs:
fail_on_unmatched_files: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Loading