Skip to content

Commit b789cce

Browse files
committed
https://github.com/eclipse-ee4j/faces-api/issues/1586
Force staging repo as Servlet 6.0.0-M1 is still not in central
1 parent 53820c7 commit b789cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
with:
2424
java-version: ${{ matrix.java }}
2525
- name: Build with Maven
26-
run: mvn --no-transfer-progress install
26+
run: mvn --no-transfer-progress install -Pstaging

0 commit comments

Comments
 (0)