We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3bdd8c commit c684fd0Copy full SHA for c684fd0
.github/workflows/alpha-build.yaml
@@ -15,9 +15,9 @@ jobs:
15
steps:
16
- name: Compute prerelease identifier from commit SHA
17
run: echo "PRERELEASE_IDENTIFIER=`echo ${{ github.sha }} | cut -c1-8`" >> $GITHUB_ENV
18
- - name: Compute event date and time
+ - name: Compute human-readable release timestamp
19
run: echo "PRERELEASE_TIMESTAMP=`date --rfc-3339=seconds`" >> $GITHUB_ENV
20
- - name: Compute event UNIX timestamp
+ - name: Compute UNIX release timestamp
21
run: echo "PRERELEASE_UNIX_TIMESTAMP=`date +%s`" >> $GITHUB_ENV
22
- name: Trigger an alpha build in ${{ env.DEV_WORKFLOW_REPOSITORY }}
23
run: |
0 commit comments