We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3382b7 commit 722a9f9Copy full SHA for 722a9f9
1 file changed
.github/workflows/release-tasks.yml
@@ -15,7 +15,7 @@ jobs:
15
id: validate-tag
16
run: |
17
test "${{ github.actor }}" = "tstellar"
18
- echo "${{ github.ref_name }}" | grep -e '^llvmorg-[0-9]\+\.[0-9]\+\.[0-9]\(-rc[0-9]\+\)\?$'
+ echo "${{ github.ref_name }}" | grep -e '^llvmorg-[0-9]\+\.[0-9]\+\.[0-9]\+\(-rc[0-9]\+\)\?$'
19
release_version=`echo "${{ github.ref_name }}" | sed 's/llvmorg-//g'`
20
echo "::set-output name=release-version::$release_version"
21
0 commit comments