This commit is contained in:
parent
16343d11b8
commit
ebbb503ea3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install pybuilder ddadevops deprecation setuptools
|
pip install pybuilder ddadevops deprecation setuptools
|
||||||
|
|
||||||
- debug:
|
- name: debug
|
||||||
run: |
|
run: |
|
||||||
echo ${{ github.tag }}
|
echo ${{ github.tag }}
|
||||||
echo ${{ github.tag == '[0-9]+.[0-9]+.[0-9]' }}
|
echo ${{ github.tag == '[0-9]+.[0-9]+.[0-9]' }}
|
||||||
|
|
Loading…
Reference in a new issue