This commit is contained in:
jem 2020-07-03 14:32:06 +02:00
parent 9bf2b56000
commit 959afea9a4

View file

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