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 9218fc7 commit 43c3a5bCopy full SHA for 43c3a5b
.github/workflows/maven-publish.yml
@@ -27,7 +27,7 @@ jobs:
27
run: mvn clean install
28
29
- name: Publish to GitHub Packages
30
- run: mvn deploy -s ${{ github.workspace }}/settings.xml -DaltDeploymentRepository=github::https://maven.pkg.github.com/gabrielldn/java-api-with-otlp-sdk
+ run: mvn deploy -X -s ${{ github.workspace }}/settings.xml -DaltDeploymentRepository=github::https://maven.pkg.github.com/gabrielldn/java-api-with-otlp-sdk
31
env:
32
USERNAME: ${{ github.actor }}
33
TOKEN: ${{ secrets.TOKEN_GITHUB }}
0 commit comments