fix?
This commit is contained in:
parent
daf4f98ca4
commit
a7103d9930
@ -46,7 +46,7 @@ jobs:
|
|||||||
servers: |-
|
servers: |-
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"id": "rainnny-repo-public",
|
"id": "rainnny-repo-private",
|
||||||
"username": "${{ secrets.PRIVATE_MAVEN_USER }}",
|
"username": "${{ secrets.PRIVATE_MAVEN_USER }}",
|
||||||
"password": "${{ secrets.PRIVATE_MAVEN_PASS }}"
|
"password": "${{ secrets.PRIVATE_MAVEN_PASS }}"
|
||||||
}
|
}
|
||||||
|
4
pom.xml
4
pom.xml
@ -163,8 +163,8 @@
|
|||||||
<!-- Distribution Repos -->
|
<!-- Distribution Repos -->
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
<id>rainnny-repo-private</id>
|
<id>rainnny-repo-public</id>
|
||||||
<url>https://maven.rainnny.club/private</url>
|
<url>https://maven.rainnny.club/public</url>
|
||||||
</repository>
|
</repository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user