Skip to content

Commit f03588c

Browse files
Maven empty upload fix
1 parent b46ec25 commit f03588c

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

.github/workflows/github_actions.yml

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)