Skip to content

Commit

Permalink
ci: fix semantic-release (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
levibostian authored Jun 22, 2024
1 parent 9e8d1dc commit afbcde6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-semantic-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
shell: bash

0 comments on commit afbcde6

Please sign in to comment.