Skip to content

Commit 22a25b2

Browse files
committed
Revert "dummy"
This reverts commit 5271440.
1 parent 5271440 commit 22a25b2

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ env:
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

1816
jobs:
@@ -50,7 +48,7 @@ jobs:
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

buildSrc/src/main/kotlin/core-convention.gradle.kts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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") {

0 commit comments

Comments
 (0)