This commit is contained in:
parent
9bf2b56000
commit
959afea9a4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -22,8 +22,8 @@ jobs:
|
||||||
|
|
||||||
- name: debug
|
- name: debug
|
||||||
run: |
|
run: |
|
||||||
echo ${{ github.event }}
|
echo ${{ github.event.ref }}
|
||||||
echo ${{ github.href }}
|
echo ${{ github.push }}
|
||||||
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