We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f3821c commit f04dcbdCopy full SHA for f04dcbd
1 file changed
.github/workflows/CD.yml
@@ -30,7 +30,10 @@ jobs:
30
server-password: OSSRH_TOKEN # env variable for token in deploy
31
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
32
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
33
-
+
34
+ - name: Build with Maven
35
+ run: mvn -B package --file pom.xml
36
37
- name: Publish package to Maven
38
run: |
39
mvn -X --batch-mode deploy -Dmaven.test.skip=true
0 commit comments