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 d4d4bf2256 Do not close staging repo until after forge is published
d4d4bf2256 is described below

commit d4d4bf225658cd5ee5e24d04b42c608a6e85a55e
Author: James Daugherty <[email protected]>
AuthorDate: Wed May 28 19:40:56 2025 -0400

    Do not close staging repo until after forge is published
---
 .github/workflows/release.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 421faabd22..c6fe1b4f57 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -118,7 +118,6 @@ jobs:
           findSonatypeStagingRepository 
           publishToSonatype 
           aggregateChecksums
-          closeSonatypeStagingRepository
       - name: "🩹Combine checksums"
         run: |
           combined_file="build/combined-checksums.txt"

Reply via email to