File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 env :
2929 PUBLISH_USER : ${{ secrets.PUBLISH_USER }}
3030 PUBLISH_KEY : ${{ secrets.PUBLISH_KEY }}
31- SIGN_KEY : ${{ secrets.SIGN_KEY_ORG }}
31+ SIGN_KEY : ${{ secrets.SIGN_KEY }}
3232 SIGN_KEY_PASS : ${{ secrets.SIGN_PWD }}
3333 run : |
3434 ./mvnw --no-transfer-progress deploy
Original file line number Diff line number Diff line change 215215 <artifactId >central-publishing-maven-plugin</artifactId >
216216 <version >0.10.0</version >
217217 <extensions >true</extensions >
218+ <configuration >
219+ <publishingServerId >oap-releases</publishingServerId >
220+ <deploymentName >openapi-processor-maven</deploymentName >
221+ </configuration >
218222 </plugin >
219223 </plugins >
220224 </build >
221225
222226 <distributionManagement >
223- <repository >
224- <id >oap-releases</id >
225- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2</url >
226- </repository >
227+ <!-- <repository> -- >
228+ <!-- <id>oap-releases</id> -- >
229+ <!-- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url> -- >
230+ <!-- </repository> -- >
227231 <snapshotRepository >
228232 <id >oap-snapshots</id >
229233 <url >https://central.sonatype.com/repository/maven-snapshots/</url >
You can’t perform that action at this time.
0 commit comments