Skip to content

Commit dddc6fc

Browse files
committed
Remove afterReleaseBuild
1 parent 8fd84d2 commit dddc6fc

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@ jobs:
4949
git config --global user.name "github-actions[bot]"
5050
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
5151
./gradlew release -Prelease.releaseVersion=${{steps.release-version.outputs.result}}
52-
env:
53-
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.SIGNING_KEY }}
54-
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.SIGNING_PASSWORD }}
55-
ORG_GRADLE_PROJECT_sonatypeUsername: ${{ secrets.OSSRH_USERNAME }}
56-
ORG_GRADLE_PROJECT_sonatypePassword: ${{ secrets.OSSRH_PASSWORD }}
5752
5853
- name: Upload reports
5954
if: failure()

build.gradle.kts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,8 @@ subprojects {
122122

123123
rootProject.apply {
124124
tasks {
125-
named("afterReleaseBuild") {
126-
dependsOn("publish", "closeAndReleaseRepository")
127-
}
128-
129125
named("closeRepository") {
130126
onlyIf { isReleaseVersion }
131-
mustRunAfter("publish")
132127
}
133128

134129
named("releaseRepository") {

0 commit comments

Comments
 (0)