Skip to content

Commit aedb9e4

Browse files
chore: remove closeAndReleaseRepository stage
Signed-off-by: Jonathan Norris <jonathan@taplytics.com>
1 parent 4d1fad6 commit aedb9e4

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/release.yml

-10
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,6 @@ jobs:
8585
run: |
8686
./gradlew publishAllPublicationsToMavenCentral --no-configuration-cache
8787
88-
- name: Release Sonatype Staging Repository
89-
if: inputs.prerelease != true && inputs.draft != true
90-
env:
91-
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_USERNAME }}
92-
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONATYPE_PASSWORD }}
93-
ORG_GRADLE_PROJECT_signingKeyId: ${{ secrets.SIGNING_KEY_ID }}
94-
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.SIGNING_KEY }}
95-
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.SIGNING_PASSWORD }}
96-
run: ./gradlew closeAndReleaseRepository
97-
9888
- uses: DevCycleHQ/release-action/create-release@v2.3.0
9989
id: create-release
10090
with:

0 commit comments

Comments
 (0)