We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa530d9 commit a73dbf0Copy full SHA for a73dbf0
.github/workflows/publish.yml
@@ -48,6 +48,12 @@ jobs:
48
SIGNING_SECRET_KEY_RING_FILE: ${{ secrets.SIGNING_SECRET_KEY_RING_FILE }}
49
SONATYPE_STAGING_PROFILE_ID: ${{ secrets.SONATYPE_STAGING_PROFILE_ID }}
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'
56
+
57
apk:
58
name: Build apk, upload to release and notify Discord
59
runs-on: ubuntu-latest
0 commit comments