This commit is contained in:
Martin Marmsoler 2022-04-22 14:19:19 +02:00
parent 016f7becd4
commit f24572cd57

View File

@ -1,3 +1,5 @@
# https://docs.github.com/en/actions/learn-github-actions/contexts
---
name: Gittyup
on:
@ -7,7 +9,7 @@ on:
workflow_dispatch:
env:
IS_RELEASE: ${{ github.event_name == 'push' && github.ref_type == 'tag' && github.refname == 'gittyup_v*' }}
IS_RELEASE: ${{ github.event_name == 'push' && github.ref_type == 'tag' && github.ref_name == 'gittyup_v*' }}
jobs: