Skip to content

Commit

Permalink
PRESIDECMS-2912 Fix build date on snapshot build
Browse files Browse the repository at this point in the history
  • Loading branch information
sebduggan committed Jul 24, 2024
1 parent e49c177 commit fc9971b
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 fc9971b

Please sign in to comment.