This commit is contained in:
Vikas 2021-10-05 06:44:29 -07:00
Родитель 6d749218f9
Коммит 26c9d24572
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -24,7 +24,7 @@ jobs:
id: check-tag
run: |
echo ::set-output name=ISPRODTAG::v?[0-9]+\.[0-9]+\.[0-9]+$
if [[ ${{ github.event.ref }} =~ ^refs/tags/v?[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
if [[ ${{ github.ref }} =~ ^refs/tags/v?[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
echo ::set-output name=GITHUB_TAG::true
fi
- name: npm install