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
The following commit(s) were added to refs/heads/7.0.x by this push:
new 2070200fa3 [skip ci] fix build date
2070200fa3 is described below
commit 2070200fa3c8abe3299ffeb3cbc330a8ad87036d
Author: James Daugherty <[email protected]>
AuthorDate: Sun Jun 1 02:48:36 2025 -0400
[skip ci] fix build date
---
.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 ee6d5b50bc..e55f6d5a9b 100644
--- a/.github/workflows/release-source-distribution.yml
+++ b/.github/workflows/release-source-distribution.yml
@@ -72,7 +72,7 @@ jobs:
curl -L -H "Authorization: token $GH_TOKEN" -o BUILD_DATE
"$release_url"
- name: "Ensure source files use common date"
run: |
- SOURCE_DATE_EPOCH=$(cat BUILD_DATE)
+ SOURCE_DATE_EPOCH=$(cat grails/BUILD_DATE)
find . -type f -exec touch -d "@${SOURCE_DATE_EPOCH}" {} +
- name: "📦 Create source distribution ZIP"
run: |