Skip to content

Commit e56b606

Browse files
Alpha builds workflow: wording
1 parent 2c0a879 commit e56b606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-alphas.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: echo "PRERELEASE_TIMESTAMP=`date --rfc-3339=seconds`" >> $GITHUB_ENV
2020
- name: Compute UNIX release timestamp
2121
run: echo "PRERELEASE_UNIX_TIMESTAMP=`date +%s`" >> $GITHUB_ENV
22-
- name: Trigger an alpha build in ${{ env.DEV_WORKFLOW_REPOSITORY }}
22+
- name: Trigger an alpha release build in ${{ env.DEV_WORKFLOW_REPOSITORY }}
2323
run: |
2424
curl -L \
2525
-X POST \

0 commit comments

Comments
 (0)