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 2d55503 commit 86033e7Copy full SHA for 86033e7
.github/workflows/pipeline.yml
@@ -112,7 +112,7 @@ jobs:
112
run: |
113
mvn versions:set -DnewVersion=${{ needs.bump.outputs.major_version }}.${{ needs.bump.outputs.minor_version }}.${{ needs.bump.outputs.build_version }} -DgenerateBackupPoms=false
114
- name: Build and install with Maven 🔨
115
- run: mvn clean deploy --batch-mode --update-snapshots -DreleaseSonatype=true $MAVEN_ARGS
+ run: mvn clean deploy --batch-mode --update-snapshots -DreleaseSonatype=true -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} $MAVEN_ARGS
116
- name: List signed files 🐞
117
118
echo "📦 Contents of target/:"
0 commit comments