[workflow] Run release tasks for me (tru) as well.

Reviewed By: tstellar

Differential Revision: https://reviews.llvm.org/D131493
This commit is contained in:
Tobias Hieta 2022-08-10 10:02:12 +02:00
parent 70165c55dc
commit 46a315a331
No known key found for this signature in database
GPG Key ID: 44F2485E45D59042
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
- name: Validate Tag
id: validate-tag
run: |
test "${{ github.actor }}" = "tstellar"
test "${{ github.actor }}" = "tstellar" || test "${{ github.actor }}" = "tru"
echo "${{ github.ref_name }}" | grep -e '^llvmorg-[0-9]\+\.[0-9]\+\.[0-9]\+\(-rc[0-9]\+\)\?$'
release_version=`echo "${{ github.ref_name }}" | sed 's/llvmorg-//g'`
echo "::set-output name=release-version::$release_version"