We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dde4da commit ceddbe0Copy full SHA for ceddbe0
.github/workflows/benchmark-pull-request.yml
@@ -147,7 +147,7 @@ jobs:
147
distribution: 'temurin'
148
- name: Build and Assemble OpenSearch from PR
149
run: |
150
- ./gradlew :distribution:archives:linux-tar:assemble -Dbuild.snapshot=false
+ ./gradlew :distribution:archives:linux-tar:assemble -Dbuild.snapshot=false -Dbuild.version_qualifier=alpha1
151
- name: Configure AWS credentials
152
uses: aws-actions/configure-aws-credentials@v4
153
with:
0 commit comments