From 8680e6fe6de50b5094a951d05f7fc1efa9254ea2 Mon Sep 17 00:00:00 2001 From: Jason Walton Date: Thu, 13 Oct 2022 00:07:39 -0400 Subject: [PATCH] ci: Fix semantic-release. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d893282..70b0205 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: env: PR: ${{ steps.findPr.outputs.pr }} - name: Semantic-release - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/master' run: npm run semantic-release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}