Skip to content

Commit a73dbf0

Browse files
feat: add action step to release to maven
1 parent aa530d9 commit a73dbf0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ 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'
56+
5157
apk:
5258
name: Build apk, upload to release and notify Discord
5359
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)