Skip to content

Commit d161412

Browse files
committed
Restore release workflow
1 parent 07e85b8 commit d161412

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
server-password: CENTRAL_PASSWORD
3232
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
3333
gpg-passphrase: MAVEN_GPG_PASSPHRASE
34-
- run: $MVN install -P release
34+
- run: $MVN deploy -P release
3535
working-directory: bom
3636
env:
3737
CENTRAL_USERNAME: ${{ secrets.CENTRAL_USERNAME }}
@@ -60,7 +60,7 @@ jobs:
6060
server-password: CENTRAL_PASSWORD
6161
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
6262
gpg-passphrase: MAVEN_GPG_PASSPHRASE
63-
- run: $MVN install -P op,os,prod,release
63+
- run: $MVN deploy -P op,os,prod,release
6464
env:
6565
CENTRAL_USERNAME: ${{ secrets.CENTRAL_USERNAME }}
6666
CENTRAL_PASSWORD: ${{ secrets.CENTRAL_PASSWORD }}

0 commit comments

Comments
 (0)