Skip to content

Commit 4932ee0

Browse files
authored
Update Maven publish step to use custom settings file
1 parent 3b69eb1 commit 4932ee0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
run: mvn -B -DskipTests=true package -P release --file pom.xml
3131

3232
- name: Publish to GitHub Packages Apache Maven
33-
run: mvn deploy -DskipTests=true -P release
33+
run: mvn deploy -s ${{ github.workspace }}/settings.xml -DskipTests=true -P release
3434
env:
3535
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)