fix: only release in node v14 build
This commit is contained in:
parent
6faea3d654
commit
d5dc43dfba
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -25,6 +25,7 @@ jobs:
|
|||||||
- run: npm run test:cov
|
- run: npm run test:cov
|
||||||
- run: bash <(curl -s https://codecov.io/bash)
|
- run: bash <(curl -s https://codecov.io/bash)
|
||||||
- name: Semantic Release
|
- name: Semantic Release
|
||||||
|
if: github.event_name == 'push' && matrix.node-version == '14.x'
|
||||||
uses: cycjimmy/semantic-release-action@v2
|
uses: cycjimmy/semantic-release-action@v2
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user