This commit is contained in:
Joseph Garrone 2020-05-14 06:40:36 +02:00
parent 2c7d6ab345
commit 3863196efa

View file

@ -55,7 +55,7 @@ jobs:
owner: ${{github.repository_owner}}
repo: ${{github.event.repository.name}}
branch: ${{ github.sha }}
compare_to_version: ${{steps.v_latest.outputs.version}}
compare_to_version: ${{steps.v_latest.outputs.version || '0.0.0'}}
- name: 'Trigger the ''publish'' workflow if newer version'
if: ${{ !!env.PAT && steps.v_master.outputs.compare_result == '1' }}