try startswith

This commit is contained in:
Martin Marmsoler 2022-04-22 14:26:45 +02:00
parent f24572cd57
commit 9915c8a32f

View File

@ -9,7 +9,7 @@ on:
workflow_dispatch:
env:
IS_RELEASE: ${{ github.event_name == 'push' && github.ref_type == 'tag' && github.ref_name == 'gittyup_v*' }}
IS_RELEASE: ${{ github.event_name == 'push' && github.ref_type == 'tag' && startswith(github.ref_name, 'gittyup_v') }}
jobs: