fix: only release in node v14 build

This commit is contained in:
ppetzold 2021-07-20 17:17:01 +02:00
parent 6faea3d654
commit d5dc43dfba

View File

@ -25,6 +25,7 @@ jobs:
- run: npm run test:cov
- run: bash <(curl -s https://codecov.io/bash)
- name: Semantic Release
if: github.event_name == 'push' && matrix.node-version == '14.x'
uses: cycjimmy/semantic-release-action@v2
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}