From bc934ca944e2437b776a378afba7cd94fd8097aa Mon Sep 17 00:00:00 2001 From: Levi Bostian Date: Sat, 22 Jun 2024 06:25:29 -0500 Subject: [PATCH] Update action.yml --- .github/actions/setup-semantic-release/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-semantic-release/action.yml b/.github/actions/setup-semantic-release/action.yml index 8a0d077..196d108 100644 --- a/.github/actions/setup-semantic-release/action.yml +++ b/.github/actions/setup-semantic-release/action.yml @@ -13,10 +13,10 @@ runs: - name: Install semantic-release plugins that we need for deployment of this project run: > npm install - conventional-changelog-conventionalcommits@7 + conventional-changelog-conventionalcommits @semantic-release/github @semantic-release/git semantic-release-recovery@beta semantic-release-cocoapods semantic-release-precheck - shell: bash \ No newline at end of file + shell: bash