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 cee61ecae3d7b3b1d2f1cd06a66e2cae449ddf27 Author: James Daugherty <[email protected]> AuthorDate: Fri May 30 16:35:14 2025 -0400 [skip ci] preserve .gitignore --- .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 82ec9f19eb..9e7c877760 100644 --- a/.github/workflows/release-source-distribution.yml +++ b/.github/workflows/release-source-distribution.yml @@ -62,7 +62,7 @@ jobs: run: | version="${{ github.ref_name }}" version="${version#v}" # Strip 'v' prefix - zip -r "apache-grails-${version}-incubating-src.zip" grails -x '*.git*' + zip -r "apache-grails-${version}-incubating-src.zip" grails -x '.git' -x '.github' - name: '🔐 Set up GPG' run: | echo "${{ secrets.GRAILS_GPG_KEY }}" | gpg --batch --import
