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 40480b0 commit 0aa91d0Copy full SHA for 0aa91d0
.github/workflows/publish-to-maven-central.yml
@@ -21,7 +21,14 @@ jobs:
21
# Builds the release artifacts of the library
22
- name: Release build
23
run: ./gradlew :locationfetcher:assembleRelease
24
-
+ env:
25
+ OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
26
+ OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
27
+ SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }}
28
+ SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
29
+ SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
30
+ SONATYPE_STAGING_PROFILE_ID: ${{ secrets.SONATYPE_STAGING_PROFILE_ID }}
31
+
32
# Generates other artifacts (javadocJar is optional)
33
- name: Source jar and dokka
34
run: ./gradlew androidSourcesJar
0 commit comments