We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9b3f4b commit 43ced27Copy full SHA for 43ced27
.github/workflows/publish.yml
@@ -47,6 +47,6 @@ jobs:
47
echo "Project version $PROJECT_VERSION is a valid release version. Proceeding..."
48
49
- name: Publish package
50
- run: mvn --batch-mode deploy -DskipTests=true
+ run: mvn --batch-mode deploy -DskipTests=true -s ${{ github.workspace }}/settings.xml
51
env:
52
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Provided by Actions, used for authentication
0 commit comments