This commit is contained in:
jem 2020-07-03 14:34:21 +02:00
parent 959afea9a4
commit b591c78927

View file

@ -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]' }}