Skip to content

Commit

Permalink
chore: remove closeAndReleaseRepository stage
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Norris <jonathan@taplytics.com>
  • Loading branch information
jonathannorris committed Jan 21, 2025
1 parent 4d1fad6 commit aedb9e4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,6 @@ jobs:
run: |
./gradlew publishAllPublicationsToMavenCentral --no-configuration-cache
- name: Release Sonatype Staging Repository
if: inputs.prerelease != true && inputs.draft != true
env:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_USERNAME }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONATYPE_PASSWORD }}
ORG_GRADLE_PROJECT_signingKeyId: ${{ secrets.SIGNING_KEY_ID }}
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.SIGNING_KEY }}
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.SIGNING_PASSWORD }}
run: ./gradlew closeAndReleaseRepository

- uses: DevCycleHQ/release-action/create-release@v2.3.0
id: create-release
with:
Expand Down

0 comments on commit aedb9e4

Please sign in to comment.