Skip to content

Commit c125071

Browse files
committed
Merge branch 'feature-PRESIDECMS-2912_fix-build-date-on-snaphot-build' into release-10.28.0
2 parents 90b7457 + fc9971b commit c125071

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/snapshotbuild.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ jobs:
4545
- name: Prepare files for release
4646
shell: bash
4747
run: |
48+
DATE_BUILT=$(date)
4849
echo '{ "version":"$RELEASE_VERSION" }' > version.json &&
49-
echo "Built on: $( date )" > "Preside-$RELEASE_VERSION-$RELEASE_CATEGORY.txt" &&
50+
echo "Built on: $DATE_BUILT" > "Preside-$RELEASE_VERSION-$RELEASE_CATEGORY.txt" &&
5051
mv box.json.published box.json
5152

5253
- name: Inject version numbers

0 commit comments

Comments
 (0)