Skip to content

Commit 43c3a5b

Browse files
authored
Update maven-publish.yml
1 parent 9218fc7 commit 43c3a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: mvn clean install
2828

2929
- 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
30+
run: mvn deploy -X -s ${{ github.workspace }}/settings.xml -DaltDeploymentRepository=github::https://maven.pkg.github.com/gabrielldn/java-api-with-otlp-sdk
3131
env:
3232
USERNAME: ${{ github.actor }}
3333
TOKEN: ${{ secrets.TOKEN_GITHUB }}

0 commit comments

Comments
 (0)