File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1515 distribution : ' adopt'
1616 server-id : github
1717 - name : Publish to GitHub Packages
18- run : mvn clean deploy -DaltDeploymentRepository=github::default::https://maven.pkg.github.com/contentstack/contentstack-java
18+ run : mvn --batch-mode deploy
1919 env :
2020 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 9393 <url >https://oss.sonatype.org/content/repositories/snapshots</url >
9494 </snapshotRepository >
9595
96- <!-- GitHub Packages-->
96+ <!-- GitHub Packages-->
9797 <repository >
9898 <id >github</id >
9999 <url >https://maven.pkg.github.com/contentstack/contentstack-java</url >
100100 </repository >
101101
102- <!-- Maven Release Repository-->
103- <!-- <repository>-->
104- <!-- <id>ossrh</id>-->
105- <!-- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>-->
106- <!-- </repository>-->
102+ <!-- Maven Release Repository-->
103+ <!-- <repository>-->
104+ <!-- <id>ossrh</id>-->
105+ <!-- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>-->
106+ <!-- </repository>-->
107107
108108 </distributionManagement >
109109
You can’t perform that action at this time.
0 commit comments