Skip to content

Commit 28f5cc3

Browse files
committed
fix: pin compatible release tooling
1 parent 6a06da0 commit 28f5cc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
node-version: "lts/*"
2727

28-
- run: npm install -g semantic-release conventional-changelog-conventionalcommits @semantic-release/exec
28+
- run: npm install -g semantic-release@25.0.9 conventional-changelog-conventionalcommits@8.0.0 @semantic-release/exec@7.1.0
2929

3030
- name: Create Release
3131
id: semantic

0 commit comments

Comments
 (0)