Skip to content

Commit

Permalink
Merge branch 'feature-PRESIDECMS-2912_fix-build-date-on-snaphot-build…
Browse files Browse the repository at this point in the history
…' into release-10.28.0
  • Loading branch information
sebduggan committed Jul 24, 2024
2 parents 90b7457 + fc9971b commit c125071
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/snapshotbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ jobs:
- name: Prepare files for release
shell: bash
run: |
DATE_BUILT=$(date)
echo '{ "version":"$RELEASE_VERSION" }' > version.json &&
echo "Built on: $( date )" > "Preside-$RELEASE_VERSION-$RELEASE_CATEGORY.txt" &&
echo "Built on: $DATE_BUILT" > "Preside-$RELEASE_VERSION-$RELEASE_CATEGORY.txt" &&
mv box.json.published box.json

- name: Inject version numbers
Expand Down

0 comments on commit c125071

Please sign in to comment.