Skip to content

Commit f04dcbd

Browse files
Update CD.yml
1 parent 5f3821c commit f04dcbd

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/CD.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ jobs:
3030
server-password: OSSRH_TOKEN # env variable for token in deploy
3131
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
3232
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
33-
33+
34+
- name: Build with Maven
35+
run: mvn -B package --file pom.xml
36+
3437
- name: Publish package to Maven
3538
run: |
3639
mvn -X --batch-mode deploy -Dmaven.test.skip=true

0 commit comments

Comments
 (0)