Skip to content

Commit

Permalink
chore: Semantic release bug workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
H0R5E committed Sep 9, 2024
1 parent 9554610 commit 7329826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build package
run: npm run build
- name: Install semantic release
run: npm install -D semantic-release @semantic-release/changelog @semantic-release/git conventional-changelog-conventionalcommits@7.0.1
run: npm install -D semantic-release @semantic-release/changelog @semantic-release/git conventional-changelog-conventionalcommits@">=8.0.0"
- name: Semantic Release
run: npx semantic-release
env:
Expand Down

0 comments on commit 7329826

Please sign in to comment.