File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- name : Publish
1+ name : Publish Library
22
33on :
44 release :
77
88jobs :
99 publish :
10- name : Snapshot build and publish
10+ name : Build and publish library
1111 runs-on : macos-latest
1212 steps :
1313 - name : Check out code
2222 - name : Grant Permission to Execute Gradle
2323 run : chmod +x gradlew
2424
25- - name : Release build
26- run : ./gradlew assemble --scan -x :baselineprofile:pixel6api31Setup -x :baselineprofile:pixel6api31NonMinifiedReleaseAndroidTest -x :baselineprofile:collectNonMinifiedReleaseBaselineProfile
25+ - name : Build library
26+ run : ./gradlew assemble --scan
2727
2828 - name : Publish to MavenCentral
2929 run : |
3333 ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.OSSRH_PASSWORD }}
3434 ORG_GRADLE_PROJECT_signingInMemoryKeyId : ${{ secrets.SIGNING_KEY_ID }}
3535 ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.SIGNING_PASSWORD }}
36- ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.SIGNING_KEY }}
36+ ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.SIGNING_KEY }}
You can’t perform that action at this time.
0 commit comments