We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90b7457 + fc9971b commit c125071Copy full SHA for c125071
.github/workflows/snapshotbuild.yml
@@ -45,8 +45,9 @@ jobs:
45
- name: Prepare files for release
46
shell: bash
47
run: |
48
+ DATE_BUILT=$(date)
49
echo '{ "version":"$RELEASE_VERSION" }' > version.json &&
- echo "Built on: $( date )" > "Preside-$RELEASE_VERSION-$RELEASE_CATEGORY.txt" &&
50
+ echo "Built on: $DATE_BUILT" > "Preside-$RELEASE_VERSION-$RELEASE_CATEGORY.txt" &&
51
mv box.json.published box.json
52
53
- name: Inject version numbers
0 commit comments