We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c252dc0 commit 50d5d25Copy full SHA for 50d5d25
1 file changed
.github/workflows/build.yml
@@ -49,8 +49,8 @@ jobs:
49
run: ./mvnw test
50
- name: Build release
51
if: steps.tagged.outputs.tagExists == 0
52
- run: ./mvnw install -Prelease
53
-
+ run: ./mvnw deploy -Prelease -DaltDeploymentRepository=local::default::file:./target/staging-deploy
+
54
# Upload test results
55
- name: Upload Test Results
56
uses: actions/upload-artifact@v2.3.1
0 commit comments