Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 45eb58c

Browse files
committed
fix: specify location of settings.xml for mvn deploy
1 parent 260aa51 commit 45eb58c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
mvn
3333
--batch-mode
3434
--activate-profiles deploy
35+
--settings $GITHUB_WORKSPACE/settings.xml
3536
-Pcoverage
3637
clean deploy
3738
env:

0 commit comments

Comments
 (0)