From 61506486268d3aefaffc945abab87bf2e1f76fe0 Mon Sep 17 00:00:00 2001 From: _Coho04_ Date: Fri, 19 Jan 2024 23:14:06 +0100 Subject: [PATCH] Update nexus.yml Signed-off-by: _Coho04_ --- .github/workflows/nexus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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