Skip to content

Commit f9e010f

Browse files
fix(CI): Specify semantic-release version in CI
1 parent 7efdbdd commit f9e010f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858
- name: Build CLI
5959
run: npm run build:cli
6060
- name: Release to NPM
61-
run: npx semantic-release
61+
run: npx semantic-release@19.0.5

0 commit comments

Comments
 (0)