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 9ea2213 commit f8d2886Copy full SHA for f8d2886
1 file changed
.github/workflows/release.yml
@@ -41,8 +41,8 @@ jobs:
41
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
42
gpg-passphrase: MAVEN_GPG_PASSPHRASE
43
- name: Publish to Apache Maven Central
44
- run: mvn clean deploy -pl apollo-client,apollo-mockserver,apollo-openapi,apollo-client-config-data -am -DskipTests=true -Prelease "-Dreleases.repo=https://oss.sonatype.org/service/local/staging/deploy/maven2" "-Dsnapshots.repo=https://oss.sonatype.org/content/repositories/snapshots"
+ run: mvn clean deploy -DskipTests=true -Prelease "-Dreleases.repo=https://oss.sonatype.org/service/local/staging/deploy/maven2" "-Dsnapshots.repo=https://oss.sonatype.org/content/repositories/snapshots"
45
env:
46
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
47
MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
48
- MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
+ MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
0 commit comments