This commit is contained in:
parent
959afea9a4
commit
b591c78927
1 changed files with 2 additions and 3 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
@ -23,9 +23,8 @@ jobs:
|
|||
- name: debug
|
||||
run: |
|
||||
echo ${{ github.event.ref }}
|
||||
echo ${{ github.push }}
|
||||
echo ${{ github.tag == '[0-9]+.[0-9]+.[0-9]' }}
|
||||
echo ${{ github.tag != '[0-9]+.[0-9]+.[0-9]' }}
|
||||
echo ${{ github.event.ref == 'refs/tags/[0-9]+.[0-9]+.[0-9]' }}
|
||||
echo ${{ github.event.ref != 'refs/tags/[0-9]+.[0-9]+.[0-9]' }}
|
||||
|
||||
- name: build stable release
|
||||
if: ${{ github.tag == '[0-9]+.[0-9]+.[0-9]' }}
|
||||
|
|
Loading…
Reference in a new issue