Skip to content

Commit 50d5d25

Browse files
committed
Attempt #2 at getting JReleaser to publish to sonatype
1 parent c252dc0 commit 50d5d25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
run: ./mvnw test
5050
- name: Build release
5151
if: steps.tagged.outputs.tagExists == 0
52-
run: ./mvnw install -Prelease
53-
52+
run: ./mvnw deploy -Prelease -DaltDeploymentRepository=local::default::file:./target/staging-deploy
53+
5454
# Upload test results
5555
- name: Upload Test Results
5656
uses: actions/[email protected]

0 commit comments

Comments
 (0)