Skip to content

Commit 03788f3

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents db11dc7 + 6150648 commit 03788f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nexus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
username: github
2727
password: ${{ secrets.NEXUS_PASSWORD }}
2828
format: maven2
29-
repository: MYSQL-Api
29+
repository: maven-releases
3030
coordinates: groupId=de.goldendeveloper artifactId=MYSQL-Api version=${{ env.RELEASE_VERSION }}
3131
assets: extension=jar
32-
filename: ./target/MYSQL-Api-${{ env.RELEASE_VERSION }}.jar
32+
filename: ./target/MYSQL-Api-${{ env.RELEASE_VERSION }}.jar

0 commit comments

Comments
 (0)