From f833413244b53c3a9300256ed14fa579bb19278a Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Sat, 19 Aug 2023 18:50:24 -0700 Subject: [PATCH] chore: Update github actions workflow --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b03fb4f3..d35dbe17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,10 +12,10 @@ jobs: with: node-version: 16.x cache: 'npm' - - run: npm ci + - run: npm ci --legacy-peer-deps - run: npm run all - name: Release - if: github.ref_name == 'master' + if: github.ref_name == 'main' run: npx semantic-release env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}