Skip to content

Commit

Permalink
ci: fix deployments
Browse files Browse the repository at this point in the history
Seems like there is a bug with semantic-release plugins conflicting with latest major conventional commits. Reverting as issue suggests: semantic-release/release-notes-generator#633

commit-id:b1f4a00c
  • Loading branch information
levibostian committed May 4, 2024
1 parent 069d4f3 commit cc63b47
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/actions/setup-semantic-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ runs:
with:
node-version: 'lts/*'

# Using conventional v7 to fix bug https://github.com/semantic-release/release-notes-generator/issues/633
- name: Install semantic-release plugins that we need for deployment of this project
run: >
npm install
conventional-changelog-conventionalcommits
npm install
conventional-changelog-conventionalcommits@7
@semantic-release/github
@semantic-release/git
semantic-release-recovery@beta
Expand Down

0 comments on commit cc63b47

Please sign in to comment.