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 079e0351a2c58ac1eb4ce3095a75a665591f4018
Author: James Daugherty <[email protected]>
AuthorDate: Fri May 30 19:33:31 2025 -0400

    [skip ci] fix .git & .github exclusion, but leave .gitignore included
---
 .github/workflows/release-source-distribution.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/release-source-distribution.yml 
b/.github/workflows/release-source-distribution.yml
index fa078e900d..9c67604a3c 100644
--- a/.github/workflows/release-source-distribution.yml
+++ b/.github/workflows/release-source-distribution.yml
@@ -69,7 +69,7 @@ jobs:
         run: |
           version="${{ github.ref_name }}"
           version="${version#v}"  # Strip 'v' prefix
-          zip -r "apache-grails-${version}-incubating-src.zip" grails -x 
'.git' -x '.github'
+          zip -r "apache-grails-${version}-incubating-src.zip" grails -x 
'grails/.git/*' -x 'grails/.github/*'
       - name: '🔐 Set up GPG'
         run: |
           echo "${{ secrets.GRAILS_GPG_KEY }}" | gpg --batch --import

Reply via email to