From 410a047b5dafa4edfb9af88a430788ddf8dd7262 Mon Sep 17 00:00:00 2001 From: Angela Yu <5506675+wangela@users.noreply.github.com> Date: Tue, 3 Oct 2023 01:56:40 -0700 Subject: [PATCH] chore: update release.yml --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0ccd5e07..16deb4f6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,6 +49,9 @@ jobs: - uses: actions/setup-node@v2 with: node-version: '14' + + - name: Install conventionalcommits + run: npm i -D conventional-changelog-conventionalcommits - name: Semantic Release uses: cycjimmy/semantic-release-action@v3.4.1