File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -202,14 +202,14 @@ jobs:
202
202
cache : maven
203
203
gpg-private-key : ${{ secrets.GPG_SIGNING_KEY }}
204
204
gpg-passphrase : GPG_PASSPHRASE
205
- server-id : ossrh
205
+ server-id : central
206
206
server-username : MAVEN_USERNAME
207
207
server-password : MAVEN_PASSWORD
208
208
- name : Publish package
209
209
run : mvn -Prelease clean deploy -DskipTests
210
210
env :
211
- MAVEN_USERNAME : ${{ secrets.OSSRH_JIRA_USERNAME }}
212
- MAVEN_PASSWORD : ${{ secrets.OSSRH_JIRA_PASSWORD }}
211
+ MAVEN_USERNAME : ${{ secrets.MAVEN_USERNAME }}
212
+ MAVEN_PASSWORD : ${{ secrets.MAVEN_PASSWORD }}
213
213
GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
214
214
215
215
create_pr :
@@ -290,4 +290,4 @@ jobs:
290
290
run : |
291
291
aws s3 sync \
292
292
dist \
293
- s3://${{ secrets.AWS_DOCS_BUCKET }}/lambda-java/
293
+ s3://${{ secrets.AWS_DOCS_BUCKET }}/lambda-java/
Original file line number Diff line number Diff line change 100
100
101
101
<distributionManagement >
102
102
<snapshotRepository >
103
- <id >central-portal-snapshots </id >
103
+ <id >central</id >
104
104
<url >https://central.sonatype.com/repository/maven-snapshots/</url >
105
105
</snapshotRepository >
106
106
</distributionManagement >
You can’t perform that action at this time.
0 commit comments