diff --git a/.gitea/workflows/publish-release.yml b/.gitea/workflows/publish-release.yml index 07f290d..ea87331 100644 --- a/.gitea/workflows/publish-release.yml +++ b/.gitea/workflows/publish-release.yml @@ -46,7 +46,7 @@ jobs: servers: |- [ { - "id": "rainnny-repo-public", + "id": "rainnny-repo-private", "username": "${{ secrets.PRIVATE_MAVEN_USER }}", "password": "${{ secrets.PRIVATE_MAVEN_PASS }}" } diff --git a/pom.xml b/pom.xml index 8298652..82a9e73 100644 --- a/pom.xml +++ b/pom.xml @@ -163,8 +163,8 @@ - rainnny-repo-private - https://maven.rainnny.club/private + rainnny-repo-public + https://maven.rainnny.club/public