Skip to content

Commit 557ac19

Browse files
fix: attempt to fix release to maven
1 parent a73dbf0 commit 557ac19

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
# Runs upload, and then closes & releases the repository
4141
- name: Publish to MavenCentral
42-
run: ./gradlew publishReleasePublicationToSonatypeRepository --max-workers 1 # closeAndReleaseStagingRepository
42+
run: ./gradlew publishReleasePublicationToSonatypeRepository --max-workers 1 closeAndReleaseStagingRepositories
4343
env:
4444
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
4545
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
@@ -48,11 +48,11 @@ jobs:
4848
SIGNING_SECRET_KEY_RING_FILE: ${{ secrets.SIGNING_SECRET_KEY_RING_FILE }}
4949
SONATYPE_STAGING_PROFILE_ID: ${{ secrets.SONATYPE_STAGING_PROFILE_ID }}
5050

51-
- name: Manual MavenCentral Upload
52-
uses: fjogeleit/http-request-action@v1
53-
with:
54-
url: 'https://ossrh-staging-api.central.sonatype.com/manual/upload/defaultRepository/dev.jahir?publishing_type=automatic'
55-
method: 'POST'
51+
# - name: Manual MavenCentral Upload
52+
# uses: fjogeleit/http-request-action@v1
53+
# with:
54+
# url: 'https://ossrh-staging-api.central.sonatype.com/manual/upload/defaultRepository/dev.jahir?publishing_type=automatic'
55+
# method: 'POST'
5656

5757
apk:
5858
name: Build apk, upload to release and notify Discord

0 commit comments

Comments
 (0)