There was an error while loading. Please reload this page.
1 parent 5e2099a commit 22fec7fCopy full SHA for 22fec7f
1 file changed
.github/workflows/publish.yml
@@ -24,7 +24,7 @@ jobs:
24
run: sed -i 's|<version>BUILD-SNAPSHOT</version>|<version>${{ github.event.inputs.version }}</version>|g' pom.xml
25
26
- name: Publish package
27
- run: mvn --batch-mode deploy
+ run: mvn -s $GITHUB_WORKSPACE/.github/workflows/maven-settings.xml --batch-mode deploy
28
env:
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
0 commit comments