Skip to content

Commit 3a0a1c3

Browse files
committed
ci: Install dependencies globally
1 parent a3c6be8 commit 3a0a1c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install dependencies
2020
run: npm ci
2121
- name: Install semantic-release extra plugins
22-
run: npm install --save-dev @semantic-release/changelog @semantic-release/git conventional-changelog-conventionalcommits
22+
run: npm install -g @semantic-release/changelog @semantic-release/git conventional-changelog-conventionalcommits
2323
- name: Build
2424
run: npm run build
2525
- name: Release

0 commit comments

Comments
 (0)