From d5dc43dfba22778618005c72ea5fe0c2101a6bae Mon Sep 17 00:00:00 2001 From: ppetzold Date: Tue, 20 Jul 2021 17:17:01 +0200 Subject: [PATCH] fix: only release in node v14 build --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4f68aed..4befe41 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 }}