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

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

commit b07a8b3f3eb26b4e8d34e4647ae76e0448e643cc
Author: James Daugherty <[email protected]>
AuthorDate: Thu Apr 17 10:05:38 2025 -0400

    feedback run gradlew from the current directory
---
 .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 5707a8840a..9fd26d7a08 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -561,7 +561,7 @@ jobs:
         with:
           develocity-access-key: ${{ secrets.GRAILS_DEVELOCITY_ACCESS_KEY }}
       - name: "📖 Generate Documentation"
-        run: ../gradlew grails-doc:build -PgithubBranch=${{ 
needs.publish.outputs.target_branch }}
+        run: ./gradlew grails-doc:build -PgithubBranch=${{ 
needs.publish.outputs.target_branch }}
       - name: "🚀 Publish to Github Pages"
         uses: apache/grails-github-actions/deploy-github-pages@asf
         env:

Reply via email to