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-forge.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new 31e6eae  [skip ci] correct path
31e6eae is described below

commit 31e6eaef0c580398fe293d422e9ef4cfc4a4e6d9
Author: James Daugherty <[email protected]>
AuthorDate: Sun Jun 1 02:38:19 2025 -0400

    [skip ci] correct path
---
 .github/workflows/release.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index d013bd2..1a17268 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -33,7 +33,6 @@ jobs:
         uses: actions/checkout@v4
       - name: "Download grails-core BUILD_DATE.txt and rename to BUILD_DATE"
         run: |
-          cd grails
           release_url=$(gh release view ${{ github.ref_name }} --json assets 
--repo apache/grails-core --jq '.assets[] | select(.name == "BUILD_DATE.txt") | 
.url')
           curl -L -H "Authorization: token $GH_TOKEN" -o BUILD_DATE 
"$release_url"
         env:

Reply via email to