From 78ac210464c22f93166134ebcdef8646a2f1e1c5 Mon Sep 17 00:00:00 2001 From: Mark Skelton Date: Thu, 25 Mar 2021 17:23:32 -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 659ed47..eb9284a 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.ref == 'refs/heads/$default-branch' + if: ${{ github.ref == 'refs/heads/main' }} steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1