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

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Synchronize package.json and package-lock.json version if needed.
uses: garronej/github_actions_toolkit@v1
uses: garronej/github_actions_toolkit@v1.1
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
with:
@ -19,7 +19,7 @@ jobs:
commit_author_email: ts_ci@github.com
- name: Update CHANGELOG.md
if: ${{ !!github.event.client_payload.from_version }}
uses: garronej/github_actions_toolkit@v1
uses: garronej/github_actions_toolkit@v1.1
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
with:
@ -38,6 +38,9 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
ref: master
- name: Remove .github directory, useless on 'latest' branch
run: rm -r .github
- name: Remove branch 'latest'
continue-on-error: true
run: |