Skip to content

Commit f85f079

Browse files
authored
Update maven-publish.yml
1 parent 5276c80 commit f85f079

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
30+
run: mvn deploy -DaltDeploymentRepository=github::default::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)