Skip to content

Commit 38bc831

Browse files
Alpha workflows: drop values that are no longer used
1 parent d224d01 commit 38bc831

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/release-4.0.x-alphas.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ jobs:
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 \

.github/workflows/release-4.1.x-alphas.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ jobs:
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 \

0 commit comments

Comments
 (0)