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 c5de4e7183 [skip ci] fix build date
c5de4e7183 is described below
commit c5de4e718397a42b0413bc61f23ea27c7958c939
Author: James Daugherty <[email protected]>
AuthorDate: Fri May 30 17:34:31 2025 -0400
[skip ci] fix build date
---
.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 1e08db2af2..b246df755e 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -171,7 +171,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: "Generate Build Date file"
- run: echo "SOURCE_DATE_EPOCH" >> build/BUILD_DATE.txt
+ run: echo "$SOURCE_DATE_EPOCH" >> build/BUILD_DATE.txt
- name: "Upload Build Date file"
uses: softprops/action-gh-release@v2
with: