Skip to content

Commit 9b063ad

Browse files
authored
Update Nexus deployment repository in maven.yml
Fixed the target Nexu repo
1 parent e44fd98 commit 9b063ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Deploy to Nexus
3434
run: |
3535
mvn deploy -DskipTests \
36-
-DaltDeploymentRepository=nexus::default::${{ secrets.NEXUS_URL }}/repository/maven-releases/ \
36+
-DaltDeploymentRepository=nexus::default::${{ secrets.NEXUS_URL }}/repository/tm-maven-releases/ \
3737
-Dusername=${{ secrets.NEXUS_USERNAME }} \
3838
-Dpassword=${{ secrets.NEXUS_PASSWORD }}
3939
env:

0 commit comments

Comments
 (0)