We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07e85b8 commit d161412Copy full SHA for d161412
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
server-password: CENTRAL_PASSWORD
32
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
33
gpg-passphrase: MAVEN_GPG_PASSPHRASE
34
- - run: $MVN install -P release
+ - run: $MVN deploy -P release
35
working-directory: bom
36
env:
37
CENTRAL_USERNAME: ${{ secrets.CENTRAL_USERNAME }}
@@ -60,7 +60,7 @@ jobs:
60
61
62
63
- - run: $MVN install -P op,os,prod,release
+ - run: $MVN deploy -P op,os,prod,release
64
65
66
CENTRAL_PASSWORD: ${{ secrets.CENTRAL_PASSWORD }}
0 commit comments