Skip to content

Commit bbfa3fb

Browse files
authored
Change Maven command to include 'install' step
Signed-off-by: Dave Syer <david.syer@broadcom.com>
1 parent 9b92d85 commit bbfa3fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
run: |
3434
echo "${signing_key}" > private.asc
3535
gpg --import --batch --no-tty private.asc
36-
./mvnw -B deploy -s .mvn/settings.xml
36+
./mvnw -B install deploy -s .mvn/settings.xml
3737

0 commit comments

Comments
 (0)