This is an automated email from the ASF dual-hosted git repository.

jdaugherty pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new 59ac9002e6 remove staging close from grails-core release process
59ac9002e6 is described below

commit 59ac9002e6b36f2bd4e89a525dbf45317ee6ef87
Author: James Daugherty <[email protected]>
AuthorDate: Fri May 23 13:31:08 2025 -0400

    remove staging close from grails-core release process
---
 .github/workflows/release.yml | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 258b5feff1..fd45a0f1fe 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -142,27 +142,6 @@ jobs:
         uses: gradle/actions/setup-gradle@v4
         with:
           develocity-access-key: ${{ secrets.GRAILS_DEVELOCITY_ACCESS_KEY  }}
-      - name: "🚪 Nexus Staging Close And Release for Gradle Plugins"
-        env:
-          SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
-          SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
-          SONATYPE_NEXUS_URL: ${{ secrets.SONATYPE_NEXUS_URL }}
-          SONATYPE_STAGING_PROFILE_ID: ${{ secrets.SONATYPE_STAGING_PROFILE_ID 
}}
-        working-directory: 'grails-gradle'
-        run: >
-          ./gradlew
-          findSonatypeStagingRepository 
-          releaseSonatypeStagingRepository
-      - name: "🚪 Nexus Staging Close And Release for Grails-Core"
-        env:
-          SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
-          SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
-          SONATYPE_NEXUS_URL: ${{ secrets.SONATYPE_NEXUS_URL }}
-          SONATYPE_STAGING_PROFILE_ID: ${{ secrets.SONATYPE_STAGING_PROFILE_ID 
}}
-        run: >
-          ./gradlew
-          findSonatypeStagingRepository 
-          releaseSonatypeStagingRepository
       - name: "⚙️ Run post-release"
         uses: apache/grails-github-actions/post-release@asf
         env:

Reply via email to