This commit is contained in:
parent
ebbb503ea3
commit
9bf2b56000
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -22,7 +22,8 @@ jobs:
|
||||||
|
|
||||||
- name: debug
|
- name: debug
|
||||||
run: |
|
run: |
|
||||||
echo ${{ github.tag }}
|
echo ${{ github.event }}
|
||||||
|
echo ${{ github.href }}
|
||||||
echo ${{ github.tag == '[0-9]+.[0-9]+.[0-9]' }}
|
echo ${{ github.tag == '[0-9]+.[0-9]+.[0-9]' }}
|
||||||
echo ${{ github.tag != '[0-9]+.[0-9]+.[0-9]' }}
|
echo ${{ github.tag != '[0-9]+.[0-9]+.[0-9]' }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue