Skip to content

Commit b199c9c

Browse files
authored
Update maven-deploy.yml
1 parent 8a56dc9 commit b199c9c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/maven-deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ jobs:
99
uses: actions/setup-java@v1
1010
with:
1111
java-version: 1.8
12-
settings-path: ${{ github.workspace }}/build
1312
- name: Build
1413
run: mvn -B package --file pom.xml
1514
- name: Deploy to JavaWebStack Repository
16-
run: mvn deploy
15+
run: mvn deploy -S build/settings.xml

0 commit comments

Comments
 (0)