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 1616 steps :
1717 - name : Compute prerelease identifier from commit SHA
1818 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
2319 - name : Trigger a 4.0.x alpha release build in ${{ env.DEV_WORKFLOW_REPOSITORY }}
2420 run : |
2521 curl -L \
Original file line number Diff line number Diff line change 1717 steps :
1818 - name : Compute prerelease identifier from commit SHA
1919 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
2420 - name : Trigger a 4.1.x alpha release build in ${{ env.DEV_WORKFLOW_REPOSITORY }}
2521 run : |
2622 curl -L \
You can’t perform that action at this time.
0 commit comments