File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 39
39
40
40
# Runs upload, and then closes & releases the repository
41
41
- name : Publish to MavenCentral
42
- run : ./gradlew publishReleasePublicationToSonatypeRepository --max-workers 1 # closeAndReleaseStagingRepository
42
+ run : ./gradlew publishReleasePublicationToSonatypeRepository --max-workers 1 closeAndReleaseStagingRepositories
43
43
env :
44
44
OSSRH_USERNAME : ${{ secrets.OSSRH_USERNAME }}
45
45
OSSRH_PASSWORD : ${{ secrets.OSSRH_PASSWORD }}
@@ -48,11 +48,11 @@ jobs:
48
48
SIGNING_SECRET_KEY_RING_FILE : ${{ secrets.SIGNING_SECRET_KEY_RING_FILE }}
49
49
SONATYPE_STAGING_PROFILE_ID : ${{ secrets.SONATYPE_STAGING_PROFILE_ID }}
50
50
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'
56
56
57
57
apk :
58
58
name : Build apk, upload to release and notify Discord
You can’t perform that action at this time.
0 commit comments