Add semantic release

This commit is contained in:
ppetzold 2020-06-26 23:56:11 +02:00
parent 28340fb5b9
commit edce303747

View File

@ -24,3 +24,8 @@ jobs:
- run: npm run build
- run: npm run test:cov
- run: bash <(curl -s https://codecov.io/bash)
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}