File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed
Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 1111 SLNE_SNAPSHOTS_REPO_PASSWORD : ${{ secrets.SLNE_SNAPSHOTS_REPO_PASSWORD }}
1212 SLNE_RELEASES_REPO_USERNAME : ${{ secrets.SLNE_RELEASES_REPO_USERNAME }}
1313 SLNE_RELEASES_REPO_PASSWORD : ${{ secrets.SLNE_RELEASES_REPO_PASSWORD }}
14- GITHUB_ACTOR : github-actions
15- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1614 MODULE_REGEX : " surf-api-bukkit-server.*-all\\ .jar$|surf-api-velocity-server.*-all\\ .jar$|surf-api-standalone-server.*-all\\ .jar$"
1715
1816jobs :
5048 run : ./gradlew check --parallel --no-scan
5149
5250 - name : Publish all modules to Maven
53- run : ./gradlew publishAllPublicationsToGitHubPackagesRepository --parallel --no-scan
51+ run : ./gradlew publish --parallel --no-scan
5452
5553 - name : Extract Project Version
5654 id : get_version
Original file line number Diff line number Diff line change @@ -56,14 +56,6 @@ publishing {
5656 password = System .getenv(" SLNE_SNAPSHOTS_REPO_PASSWORD" )
5757 }
5858 }
59-
60- maven(" https://maven.pkg.github.com/SLNE-DEVELOPMENT/surf-api" ) {
61- name = " GitHubPackages"
62- credentials {
63- username = project.findProperty(" gpr.user" ) as String? ? : System .getenv(" GITHUB_ACTOR" )
64- password = project.findProperty(" gpr.key" ) as String? ? : System .getenv(" GITHUB_TOKEN" )
65- }
66- }
6759 }
6860
6961 publications.create<MavenPublication >(" maven" ) {
You can’t perform that action at this time.
0 commit comments