From 957f0c59099883f0c8721e456e4bfba79a7b95a0 Mon Sep 17 00:00:00 2001 From: Mark Skelton Date: Thu, 25 Mar 2021 17:20:43 -0500 Subject: [PATCH] chore: Fix release --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5d5ae4a..659ed47 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: release: needs: test runs-on: ubuntu-latest - if: ${{ github.branch == 'main' }} + if: github.ref == 'refs/heads/$default-branch' steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1