We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b92d85 commit bbfa3fbCopy full SHA for bbfa3fb
1 file changed
.github/workflows/deploy.yml
@@ -33,5 +33,5 @@ jobs:
33
run: |
34
echo "${signing_key}" > private.asc
35
gpg --import --batch --no-tty private.asc
36
- ./mvnw -B deploy -s .mvn/settings.xml
+ ./mvnw -B install deploy -s .mvn/settings.xml
37
0 commit comments