Skip to content

Commit 02e0ed6

Browse files
committed
Update maven.yml
1 parent b7ad28d commit 02e0ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
- name: Build with Maven
2424
env:
2525
token: ${{ secrets.GITHUB_TOKEN }}
26-
run: mvn -s settings.xml -B package --file pom.xml
26+
run: mvn install -s settings.xml -B package --file pom.xml

0 commit comments

Comments
 (0)