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 7a1327d commit 671b7ccCopy full SHA for 671b7cc
1 file changed
.github/workflows/release.yml
@@ -94,7 +94,7 @@ jobs:
94
- name: Compute Maven profiles
95
id: compute_profiles
96
run: |
97
- PROFILES="gpg-sign"
+ PROFILES="prepare-deployment,gpg-sign"
98
if [ "${{ steps.check_maven.outputs.maven_exists }}" = "false" ]; then
99
PROFILES="${PROFILES},publish-maven"
100
fi
0 commit comments