updated the yaml file
This commit is contained in:
Родитель
6d749218f9
Коммит
26c9d24572
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче