From c2ef3ea35044a7eca7cec16f42c4df61d3b3f15b Mon Sep 17 00:00:00 2001 From: Garth Braithwaite Date: Wed, 2 Mar 2022 16:42:33 -0700 Subject: [PATCH] fix: updating github action for release --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7b00b2c..d70e0cc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: CI +name: Release on: push: branches: @@ -9,6 +9,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + - run: yarn add husky - name: Semantic Release uses: cycjimmy/semantic-release-action@v2 env: