File tree Expand file tree Collapse file tree 1 file changed +5
-15
lines changed Expand file tree Collapse file tree 1 file changed +5
-15
lines changed Original file line number Diff line number Diff line change @@ -268,20 +268,7 @@ jobs:
268268 body : ${{steps.github_release.outputs.changelog}}
269269 draft : false
270270 prerelease : false
271- env :
272- ORG_GRADLE_PROJECT_TILEDB_SERIALIZATION : ON
273- ORG_GRADLE_PROJECT_TILEDB_S3 : ON
274-
275- Maven :
276- needs : [ Release ]
277- runs-on : ubuntu-latest
278- steps :
279- - uses : actions/checkout@v2
280- - uses : actions/setup-java@v2
281- with :
282- distribution : ' adopt'
283- java-version : ' 11'
284- check-latest : true
271+
285272 - name : Upload to maven
286273 run : |
287274 chmod +x ./ci/upload_to_maven.sh
@@ -292,4 +279,7 @@ jobs:
292279 GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
293280 GPG_SECRET_KEYS_ENC : ${{ secrets.GPG_SECRET_KEYS_ENC }}
294281 SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
295- SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
282+ SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
283+ env :
284+ ORG_GRADLE_PROJECT_TILEDB_SERIALIZATION : ON
285+ ORG_GRADLE_PROJECT_TILEDB_S3 : ON
You can’t perform that action at this time.
0 commit comments