Skip to content

Commit 6dab6ca

Browse files
authored
fix
1 parent 3560ac8 commit 6dab6ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ jobs:
100100
- name: Update pom.xml version 💾
101101
run: |
102102
mvn versions:set -DnewVersion=${{ needs.bump.outputs.major_version }}.${{ needs.bump.outputs.minor_version }}.${{ needs.bump.outputs.build_version }} -DgenerateBackupPoms=false
103-
- name: Build and verify with Maven 🔨
104-
run: mvn verify --batch-mode --update-snapshots -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} -DreleaseSonatype=true $MAVEN_ARGS
103+
- name: Build and install with Maven 🔨
104+
run: mvn install --batch-mode --update-snapshots -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} -DreleaseSonatype=true $MAVEN_ARGS
105105
- name: List signed files 🐞
106106
run: |
107107
echo "📦 Contents of target/:"

0 commit comments

Comments
 (0)