Skip to content

Commit f9ffc59

Browse files
ci: explicitly install NPM CLI in the release workflow (#2328)
1 parent 3a8efa5 commit f9ffc59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
- name: Build packages
3939
run: yarn release:build
4040

41+
- name: Install npm CLI
42+
run: yarn global add npm
43+
4144
- name: Publishing packages
4245
env:
4346
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)