File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 16
16
steps :
17
17
- name : Compute prerelease identifier from commit SHA
18
18
run : echo "PRERELEASE_IDENTIFIER=`echo ${{ github.sha }} | cut -c1-8`" >> $GITHUB_ENV
19
- - name : Compute human-readable release timestamp
20
- run : echo "PRERELEASE_TIMESTAMP=`date --rfc-3339=seconds`" >> $GITHUB_ENV
21
- - name : Compute UNIX release timestamp
22
- run : echo "PRERELEASE_UNIX_TIMESTAMP=`date +%s`" >> $GITHUB_ENV
23
19
- name : Trigger a 4.0.x alpha release build in ${{ env.DEV_WORKFLOW_REPOSITORY }}
24
20
run : |
25
21
curl -L \
Original file line number Diff line number Diff line change 17
17
steps :
18
18
- name : Compute prerelease identifier from commit SHA
19
19
run : echo "PRERELEASE_IDENTIFIER=`echo ${{ github.sha }} | cut -c1-8`" >> $GITHUB_ENV
20
- - name : Compute human-readable release timestamp
21
- run : echo "PRERELEASE_TIMESTAMP=`date --rfc-3339=seconds`" >> $GITHUB_ENV
22
- - name : Compute UNIX release timestamp
23
- run : echo "PRERELEASE_UNIX_TIMESTAMP=`date +%s`" >> $GITHUB_ENV
24
20
- name : Trigger a 4.1.x alpha release build in ${{ env.DEV_WORKFLOW_REPOSITORY }}
25
21
run : |
26
22
curl -L \
You can’t perform that action at this time.
0 commit comments