fix(release): try mathieudutour again

This commit is contained in:
Jguer 2020-01-12 17:06:21 +01:00
parent fa3191e6f5
commit a9b74a0e1e
No known key found for this signature in database
GPG key ID: 6D6CC9BEA8556B35

View file

@ -29,9 +29,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Generate changelog - uses: mathieudutour/github-tag-action@v3
uses: zthulj/changelog-and-tag-action@master with:
env: github_token: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} tag_prefix: 'v'
GITHUB_USER: jguer create_annotated_tag: true
LOG_LEVEL: 1