We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a1cdb commit fbeede6Copy full SHA for fbeede6
1 file changed
.github/workflows/java.yml
@@ -24,9 +24,9 @@ jobs:
24
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
25
restore-keys: ${{ runner.os }}-m2
26
27
- - name: Deploy to Maven Central
28
- run: mvn clean deploy --settings ./.github/settings.xml
+ - name: Test
+ run: mvn clean test --settings ./.github/settings.xml
29
env:
30
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
31
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
32
- GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
+ GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
0 commit comments