Fixed typo in check-tag step

This commit is contained in:
2025-11-24 17:46:59 -07:00
parent ee2c274789
commit 0ba281a943
+1
View File
@@ -26,6 +26,7 @@ jobs:
shell: bash
run: |
ver=${GITHUB_REF##*/}
ver=${ver#v}
echo "version=$ver" >> $GITHUB_OUTPUT
if [[ "$ver" =~ [0-9]+.[0-9]+.[0-9]+$ ]]; then
echo "rc=false" >> $GITHUB_OUTPUT