There was an error while loading. Please reload this page.
1 parent 1c7a1bb commit 5cb4ea8Copy full SHA for 5cb4ea8
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