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.
2 parents db11dc7 + 6150648 commit 03788f3Copy full SHA for 03788f3
.github/workflows/nexus.yml
@@ -26,7 +26,7 @@ jobs:
26
username: github
27
password: ${{ secrets.NEXUS_PASSWORD }}
28
format: maven2
29
- repository: MYSQL-Api
+ repository: maven-releases
30
coordinates: groupId=de.goldendeveloper artifactId=MYSQL-Api version=${{ env.RELEASE_VERSION }}
31
assets: extension=jar
32
- filename: ./target/MYSQL-Api-${{ env.RELEASE_VERSION }}.jar
+ filename: ./target/MYSQL-Api-${{ env.RELEASE_VERSION }}.jar
0 commit comments