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 e698680 + ddc284a commit e225eb5Copy full SHA for e225eb5
.github/workflows/maven-push.yml
@@ -40,11 +40,14 @@ jobs:
40
java-version: |
41
11
42
43
- - uses: s4u/maven-settings-action@v2.8.0
+ - uses: s4u/maven-settings-action@v3.1.0
44
with:
45
servers: |
46
[{
47
- "id": "sonatype-nexus-snapshots",
+ "name": "Central Portal Snapshots",
48
+ "id": "central-portal-snapshots",
49
+ "url": "https://central.sonatype.com/repository/maven-snapshots/",
50
+ "snapshots": {"enabled":true},
51
"username": "${{ secrets.SONATYPE_BOT_USERNAME }}",
52
"password": "${{ secrets.SONATYPE_BOT_TOKEN }}"
53
}]
0 commit comments