diff --git a/.github/workflows/nexus.yml b/.github/workflows/nexus.yml index 1643d72..e043d25 100644 --- a/.github/workflows/nexus.yml +++ b/.github/workflows/nexus.yml @@ -26,7 +26,7 @@ jobs: username: github password: ${{ secrets.NEXUS_PASSWORD }} format: maven2 - repository: MYSQL-Api + repository: maven-releases coordinates: groupId=de.goldendeveloper artifactId=MYSQL-Api version=${{ env.RELEASE_VERSION }} assets: extension=jar - filename: ./target/MYSQL-Api-${{ env.RELEASE_VERSION }}.jar \ No newline at end of file + filename: ./target/MYSQL-Api-${{ env.RELEASE_VERSION }}.jar