Changelog ignore commits with word changelog, FIX: last changes not included in latest branch

This commit is contained in:
Joseph Garrone 2020-05-20 05:39:37 +02:00
parent 5c26178184
commit 0f5878dede
4 changed files with 11 additions and 8 deletions

View file

@ -38,7 +38,7 @@ jobs:
- name: Get version on branch 'latest'
id: v_latest
uses: garronej/github_actions_toolkit@v1
uses: garronej/github_actions_toolkit@v1.1
with:
action_name: get_package_json_version
owner: ${{github.repository_owner}}
@ -49,7 +49,7 @@ jobs:
- name: Get version on master
id: v_master
uses: garronej/github_actions_toolkit@v1
uses: garronej/github_actions_toolkit@v1.1
with:
action_name: get_package_json_version
owner: ${{github.repository_owner}}
@ -59,7 +59,7 @@ jobs:
- name: 'Trigger the ''publish'' workflow if newer version'
if: ${{ !!env.PAT && steps.v_master.outputs.compare_result == '1' }}
uses: garronej/github_actions_toolkit@v1
uses: garronej/github_actions_toolkit@v1.1
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
with: