Skip to content

Commit c684fd0

Browse files
author
Michael Klishin
committed
Alpha builds workflow: wording
1 parent f3bdd8c commit c684fd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/alpha-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
steps:
1616
- name: Compute prerelease identifier from commit SHA
1717
run: echo "PRERELEASE_IDENTIFIER=`echo ${{ github.sha }} | cut -c1-8`" >> $GITHUB_ENV
18-
- name: Compute event date and time
18+
- name: Compute human-readable release timestamp
1919
run: echo "PRERELEASE_TIMESTAMP=`date --rfc-3339=seconds`" >> $GITHUB_ENV
20-
- name: Compute event UNIX timestamp
20+
- name: Compute UNIX release timestamp
2121
run: echo "PRERELEASE_UNIX_TIMESTAMP=`date +%s`" >> $GITHUB_ENV
2222
- name: Trigger an alpha build in ${{ env.DEV_WORKFLOW_REPOSITORY }}
2323
run: |

0 commit comments

Comments
 (0)