Skip to content

Commit 61ba8ca

Browse files
committed
Reapply "chore: prepare release 3.0.73"
This reverts commit ffbb0ce.
1 parent ffbb0ce commit 61ba8ca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/maven-pr-3.0.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
distribution: temurin
2929
cache: maven
3030
overwrite-settings: false
31+
- name: Add Central-Portal snapshot repo to settings.xml
32+
33+
with:
34+
repositories: '[{"id":"central-portal-snapshots","name":"Sonatype Central Portal snapshots","url":"https://central.sonatype.com/repository/maven-snapshots/","releases":{"enabled":false},"snapshots":{"enabled":true}}]'
35+
servers: '[{"id":"central","username":"${{ secrets.MAVEN_CENTRAL_USERNAME }}","password":"${{ secrets.MAVEN_CENTRAL_PASSWORD }}"}]'
3136
- name: preliminary checks
3237
run: |
3338
docker login --username=${{ secrets.DOCKERHUB_SB_USERNAME }} --password=${{ secrets.DOCKERHUB_SB_PASSWORD }}

0 commit comments

Comments
 (0)