We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53820c7 commit b789cceCopy full SHA for b789cce
.github/workflows/build.yml
@@ -23,4 +23,4 @@ jobs:
23
with:
24
java-version: ${{ matrix.java }}
25
- name: Build with Maven
26
- run: mvn --no-transfer-progress install
+ run: mvn --no-transfer-progress install -Pstaging
0 commit comments