fix: try another provider

This commit is contained in:
Jguer 2020-01-12 16:42:24 +01:00
parent bc2d1bf143
commit 13e3271dd6
No known key found for this signature in database
GPG key ID: 6D6CC9BEA8556B35

View file

@ -6,6 +6,7 @@ on:
- 'doc/**'
- 'README.md'
- '.gitignore'
- 'CHANGELOG.md'
pull_request:
jobs:
@ -27,9 +28,10 @@ jobs:
name: Tag release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Bump version and push tag
uses: mathieudutour/github-tag-action@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
create_annotated_tag: true
- uses: actions/checkout@v1
- name: Generate changelog
uses: zthulj/changelog-and-tag-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_USER: jguer
LOG_LEVEL: 1