Skip to content

Commit

Permalink
ci: Test new semantic-release with conventional-changelog-conventiona…
Browse files Browse the repository at this point in the history
…lcommits@8
  • Loading branch information
kumy committed May 25, 2024
1 parent c546399 commit df7fa08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/semantic-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
- name: Install dependencies
shell: bash
run: |
npm i -D [email protected] conventional-changelog-conventionalcommits@7 semantic-release @semantic-release/commit-analyzer @semantic-release/release-notes-generator @semantic-release/exec @semantic-release/changelog @semantic-release/github
npm i -D [email protected] conventional-changelog-conventionalcommits@8 semantic-release@24.0.0-beta.2 @semantic-release/commit-analyzer @semantic-release/release-notes-generator @semantic-release/exec @semantic-release/changelog @semantic-release/github
- name: New tag
env:
Expand Down

0 comments on commit df7fa08

Please sign in to comment.