mirror of
https://github.com/Murmele/Gittyup.git
synced 2024-11-05 02:46:56 +03:00
syntax error
This commit is contained in:
parent
36324fdcd7
commit
2bdfe0b6e6
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user