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

commit 00df05c67b2d5dc30eb095ac2e3704ea691797ff
Author: James Daugherty <[email protected]>
AuthorDate: Tue Jul 8 21:59:53 2025 -0400

    [skip ci] switch back to assemble
---
 .github/workflows/release.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index c98a9d0a3f..25ca9b7571 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -107,7 +107,7 @@ jobs:
           GRAILS_PUBLISH_RELEASE: "true"
       - name: "🧩 Run grails-forge Assemble"
         working-directory: grails-forge
-        run: ./gradlew assemble build -PskipTests --info -PgithubBranch=${{ 
steps.extract_branch.outputs.value }}
+        run: ./gradlew assemble -PgithubBranch=${{ 
steps.extract_branch.outputs.value }}
         env:
           GRAILS_PUBLISH_RELEASE: "true"
       - name: "📦 Generate grails-core docs"

Reply via email to