updated to find rc numbered tags

This commit is contained in:
Vikas 2021-10-06 10:59:32 -07:00
Родитель e78fd617c8
Коммит 0710a13860
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/workflows/vscode.yml поставляемый
Просмотреть файл

@ -26,7 +26,7 @@ jobs:
echo ::set-output name=ISPRODTAG::v?[0-9]+\.[0-9]+\.[0-9]+$
if [[ ${{ github.ref }} =~ ^refs/tags/v?[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
echo ::set-output name=GITHUB_TAG::true
elif [[ ${{ github.ref }} =~ ^refs/tags/v?[0-9]+\.[0-9]+\.[0-9]+-rc ]]; then
elif [[ ${{ github.ref }} =~ ^refs/tags/v?[0-9]+\.[0-9]+\.[0-9]+-rc[0-9] ]]; then
echo ::set-output name=GITHUB_TAG_RC::true
fi