chore:trying to fix semrelease

This commit is contained in:
Florian Forster 2019-11-19 10:27:07 +01:00 committed by GitHub
parent ee08608bf1
commit 74648d8b46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,8 @@ jobs:
release: release:
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
needs: [test, build] needs: [test, build]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps: steps:
- uses: brpaz/action-semantic-release@v1 - uses: brpaz/action-semantic-release@v1
with: with: