Skip to content

Commit bb73c24

Browse files
committed
publish workflow
1 parent 37ba7f5 commit bb73c24

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish
1+
name: Publish Library
22

33
on:
44
release:
@@ -7,7 +7,7 @@ on:
77

88
jobs:
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
@@ -22,8 +22,8 @@ jobs:
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: |
@@ -33,4 +33,4 @@ jobs:
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 }}

0 commit comments

Comments
 (0)