This commit is contained in:
jem 2020-07-03 14:27:06 +02:00
parent ebbb503ea3
commit 9bf2b56000

View file

@ -22,7 +22,8 @@ jobs:
- name: debug
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]' }}