Skip to content

Commit 43ced27

Browse files
committed
add settings.xml path to deploy command
Signed-off-by: Sam Spycher <[email protected]>
1 parent f9b3f4b commit 43ced27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ jobs:
4747
echo "Project version $PROJECT_VERSION is a valid release version. Proceeding..."
4848
4949
- name: Publish package
50-
run: mvn --batch-mode deploy -DskipTests=true
50+
run: mvn --batch-mode deploy -DskipTests=true -s ${{ github.workspace }}/settings.xml
5151
env:
5252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Provided by Actions, used for authentication

0 commit comments

Comments
 (0)