Skip to content

Commit aabf24c

Browse files
authored
chore: generate javadocs and sources (#216)
## Description Publishing to Maven Central requires the Javadocs and Sources artifacts to be generated. Signed-off-by: Ruben Romero Montes <rromerom@redhat.com>
1 parent 7a1327d commit aabf24c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: Compute Maven profiles
9595
id: compute_profiles
9696
run: |
97-
PROFILES="gpg-sign"
97+
PROFILES="prepare-deployment,gpg-sign"
9898
if [ "${{ steps.check_maven.outputs.maven_exists }}" = "false" ]; then
9999
PROFILES="${PROFILES},publish-maven"
100100
fi

0 commit comments

Comments
 (0)