We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda9f9c commit a50ba15Copy full SHA for a50ba15
1 file changed
.github/workflows/build.yml
@@ -21,6 +21,9 @@ jobs:
21
permissions:
22
contents: read
23
env:
24
+ JAVA_TOOL_OPTIONS: >-
25
+ -XX:+UseCompactObjectHeaders
26
+ -XX:+UseStringDeduplication
27
GRADLE_OPTS: -Dorg.gradle.daemon=false
28
defaults:
29
run:
@@ -155,7 +158,7 @@ jobs:
155
158
- name: Publish Nightly Release (upload assets)
156
159
uses: softprops/action-gh-release@v2
157
160
with:
- tag_name: nightly # tag now points at $GITHUB_SHA
161
+ tag_name: nightly
162
prerelease: true
163
draft: false
164
make_latest: "false"
@@ -167,4 +170,3 @@ jobs:
167
170
fail_on_unmatched_files: false
168
171
169
172
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-
0 commit comments