mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
update
This commit is contained in:
parent
2c7d6ab345
commit
3863196efa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -55,7 +55,7 @@ jobs:
|
||||||
owner: ${{github.repository_owner}}
|
owner: ${{github.repository_owner}}
|
||||||
repo: ${{github.event.repository.name}}
|
repo: ${{github.event.repository.name}}
|
||||||
branch: ${{ github.sha }}
|
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'
|
- name: 'Trigger the ''publish'' workflow if newer version'
|
||||||
if: ${{ !!env.PAT && steps.v_master.outputs.compare_result == '1' }}
|
if: ${{ !!env.PAT && steps.v_master.outputs.compare_result == '1' }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue