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 72e7702 commit 67b4174Copy full SHA for 67b4174
.github/workflows/maven-publish.yml
@@ -27,8 +27,8 @@ jobs:
27
with:
28
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
29
30
- - name: Compile and release
31
- run: ./gradlew publishToMavenCentral
+ - name: Compile, test and release
+ run: ./gradlew build publishToMavenCentral
32
env:
33
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
34
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
0 commit comments