syntax error

This commit is contained in:
Martin Marmsoler 2022-04-22 12:34:52 +02:00
parent 36324fdcd7
commit 2bdfe0b6e6

View File

@ -7,7 +7,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.refname == 'gittyup_v*' }}
jobs: