Skip to content

Commit

Permalink
build: got a 500 error trying to publish this.
Browse files Browse the repository at this point in the history
Don't know why, don't care right now.
  • Loading branch information
autonomousapps committed Jun 6, 2024
1 parent f076c6d commit 723dc32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Publish artifacts
uses: gradle/gradle-build-action@v2
with:
arguments: publishAllPublicationsToMavenCentralRepository --no-configuration-cache
arguments: publishAllPublicationsToMavenCentralRepository -x :app:publishDistZipPublicationToMavenCentralRepository --no-configuration-cache
env:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_NEXUS_USERNAME }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONATYPE_NEXUS_PASSWORD }}
Expand Down

0 comments on commit 723dc32

Please sign in to comment.